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 MAX_LENGTH = 100000;
const RANDOM_INSERTS = 10000;
const random = () => Math.floor(Math.random() * MAX_LENGTH);
Ready to run.
Test | Ops/sec | |
---|---|---|
Prelength Random Insert |
| ready |
Regular Random Insert |
| ready |
Prelength Linear Insert |
| ready |
Regular Linear Insert |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.