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
Tests to determine which function is faster for detecting whether a string matches a regex pattern.
<script>
var regex = /(?:regex)/;
var str = 'This is a regex string.';
</script><script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script><script src="//ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script><script src="//ajax.googleapis.com/ajax/libs/dojo/1.5/dojo/dojo.xd.js"></script><script src="//ajax.googleapis.com/ajax/libs/yui/2.8.1/build/yuiloader/yuiloader-min.js"></script><script src="//ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core.js"></script>
Ready to run.
Test | Ops/sec | |
---|---|---|
exec() |
| ready |
match() |
| ready |
test() |
| ready |
search() |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.