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/1.7.2/jquery.min.js"></script>
<script> var $jq17 = jQuery.noConflict( true ); </script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script> var $jq18 = jQuery.noConflict( true ); </script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script> var $jq19 = jQuery.noConflict( true ); </script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script> var $jq110 = jQuery.noConflict( true ); </script>
<div id="myEl" style="height:35px;width:40px;border:3px solid red">Smaller</div>
<div id="myEl2" style="height:40px;width:40px;border:3px solid red">Taller</div>
Ready to run.
Test | Ops/sec | |
---|---|---|
jQuery 1.7 |
| ready |
jQuery 1.8 |
| ready |
jQuery 1.9 |
| ready |
jQuery 1.10 |
| ready |
Alternative jQuery 1.8 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.