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 type = 'bookmarks',
regexp_s = /^products|bookmarks|recent|search$/,
regexp = /products|bookmarks|recent|search/,
sregexp_s = '/^products|bookmarks|recent|search$/',
sregexp = '/products|bookmarks|recent|search/';
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
test |
| ready |
match |
| ready |
test predef |
| ready |
test predef sharp |
| ready |
match predef |
| ready |
test new regexp |
| ready |
test new regexp sharp |
| ready |
match from string |
| ready |
match sharp from string |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.