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
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.6.1/lodash.js"></script>
var array = [
{key: 101},
{key: 102},
{key: 103},
{key: 104},
{key: 105},
{key: 106},
{key: 107},
{key: 108},
{key: 109},
{key: 111},
{key: 112},
{key: 114},
{key: 115},
{key: 116},
{key: 117},
];
var start = 101;
var end = 150;
Ready to run.
Test | Ops/sec | |
---|---|---|
test1 |
| ready |
test2 |
| ready |
test3 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.