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
const stores = Array(10000).fill({
"id": 1,
"code": "code",
"banner": "banner",
"banner_sub": "banner_sub",
"city": "city",
"surface": 1000,
"surface_group": "surface_group",
"franchised": false,
"region_id": 99999999,
"region": "region",
"region_key": "region_key",
"open": false,
"opened_at_formatted": null,
"closed_at_formatted": null
})
let storeCSVHeader = [];
Ready to run.
Test | Ops/sec | |
---|---|---|
foreach |
| ready |
spread |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.