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://documentcloud.github.com/underscore/underscore.js'></script>
<script src='http://documentcloud.github.com/backbone/backbone-min.js'></script>
<script src='http://seajs.org/dist/sea.js'></script>
<script src='http://modules.spmjs.org/arale/class/1.0.0/class.js'></script>
<script>
seajs.use('class/1.0.0/class', function(Class) {
seajs.Class = Class;
});
</script>
<script src='http://mootools.net/download/get/mootools-core-1.4.5-full-nocompat.js'></script>
Ready to run.
Test | Ops/sec | |
---|---|---|
backbone |
| ready |
mootools |
| ready |
arale |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.