jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
let gclid = '';
let jobPayload = {
submissionId: 'f93f9e3a-cd88-4567-868e-fd95afe6a2b1',
'field:gclid': 'test-gcl49203-gsdes3-4w34',
};
const externalIdObject = {
submissionId: jobPayload.submissionId,
gclid: jobPayload['field:gclid'],
};
const stringifiedObject = JSON.stringify(externalIdObject);
Ready to run.
Test | Ops/sec | |
---|---|---|
filter |
| ready |
replace colon |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.