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='https://github.com/seajs/seajs/blob/master/dist/sea.js'>
</script>
<script src='http://aralejs.org/dist/class/0.9.0/class.js'>
</script>
<script src="http://www.fortale.com/open/scripts/min/archetype.all.obsc.js">
</script>
<script>
seajs.use('class/0.9.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 |
Archetype |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.