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
entries = [
["1", {a:7,b:6}],
["01", {a:8,b:3}],
["001", {a:9,b:6}],
["00011", {a:1,b:0}],
["00010", {a:2,b:0}],
["00001", {a:3,b:6}],
["000001", {a:4,b:6}],
]
Ready to run.
Test | Ops/sec | |
---|---|---|
First element sort (string comparisons on entry[0]) |
| ready |
Default sort (whole array to string) |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.