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="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.1/underscore-min.js"></script>
<script src="https://rawgit.com/jonobr1/two.js/master/third-party/events.js"></script>
// Unmodded
<script src="https://rawgit.com/DieBuche/e5589db1d04e15277789/raw/6dfc6c89cd7dbe65dd4e390dc98116182777d928/gistfile1.js"></script>
<script>window.TwoMaster = Two; Two.noConflict();</script>
// My version
<script src="https://rawgit.com/DieBuche/770ce33e35a7c4472899/raw/bef08869b1493e160792b9316c694209b8504afd/gistfile1.js"></script>
<script>window.TwoMine = Two;</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
Matser |
| ready |
Mine |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.