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="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
window.jQuery21 = jQuery.noConflict();
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script>
window.jQuery18 = jQuery.noConflict();
</script>
window.$21window = jQuery21(window);
window.$18window = jQuery18(window);
Ready to run.
Test | Ops/sec | |
---|---|---|
bind - jQuery 1.8 |
| ready |
bind - jQuery 2.1 |
| ready |
on - jQuery 1.8 |
| ready |
on - jQuery 2.1 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.