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
Testing speed of a standard for loop vs. Array.indexOf.
<script>
var ar = ['5252ce4ce4cfcd16f55cfa3a', '5252ce4ce4cfcd16f55cfa30', '5252ce4ce4cfcd16f55cfa31', '5252ce4ce4cfcd16f55cfa32', '5252ce4ce4cfcd16f55cfa33', '5252ce4ce4cfcd16f55cfa34', '5252ce4ce4cfcd16f55cfa35', '5252ce4ce4cfcd16f55cfa36', '5252ce4ce4cfcd16f55cfa37', '5252ce4ce4cfcd16f55cfa38'];
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
For loop |
| ready |
other for-loop |
| ready |
indexOf |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.