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="//rawgit.com/jashkenas/underscore/master/underscore.js"></script>
<script src="//rawgit.com/megawac/underscore/reduce/underscore.js"></script>
<script>var megascore = _.noConflict();</script>
<script src="//rawgit.com/lodash/lodash/375d984ec46b53509e55a6a8d72b684552821018/lodash.js"></script>
<script>var lodash = _.noConflict();</script>
var testData = _.shuffle(_.range(100));
Ready to run.
Test | Ops/sec | |
---|---|---|
_.reduce (array) |
| ready |
new _.reduce (array) |
| ready |
lodash |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.