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="//cdn.rawgit.com/lodash/lodash/c6654cdcab5aaac4c57097a316c7b94867eb75fc/dist/lodash.js"></script>
<script>var lodash = _.noConflict();</script>
<script src="//rawgit.com/megawac/lodash/shuffler/lodash.js"></script>
<script>var mdash = _.noConflict();</script>
<script src="//cdn.rawgit.com/lodash/lodash/11733f0f0cf7b291002009e0f0583259ff7bff4c/dist/lodash.js"></script>
<script>var edge = _.noConflict();</script>
<script>
var arr = Array(100);
for (var i = 0; i < 100; i++) {
arr[i] = i;
}
</script>
var edge = window.edge,
lodash = window.lodash,
mdash = window.mdash;
Ready to run.
Test | Ops/sec | |
---|---|---|
lodash.shuffle |
| ready |
lodash.shuffle2 |
| ready |
lodash.shuffle3 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.