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>
var SPLIT_RX = /[#b]*[1-7]/g,
TESTS = ['1,2,3,4,5,6,7','1,b2,b3,4,5,b6,b7','1,2,3,#4,#5,6,7','1,b2,#2,3,#4,5,6,b7'];
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
String.prototype.split |
| ready |
String.prototype.match |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.