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://code.jquery.com/jquery-git.js"></script>
<script> git = jQuery.noConflict(); </script>
<script src="http://gnarf.net/jquery-10413.js"></script>
<script> patched = jQuery.noConflict(); </script>
<script src="http://msherov.ayi.test.areyouinterested.com/js/jquery.js"></script>
<script> patched2 = jQuery.noConflict(); </script>
<div id="test"></div>
<script>
var div = {
git: git( "div#test" ),
patched: patched( "div#test"),
patched2: patched2( "div#test")
};
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
css( "display" ) - git |
| ready |
css("display") - patched |
| ready |
css("box-sizing") - git |
| ready |
css("box-sizing") - patched |
| ready |
css("notAProperty") - git |
| ready |
box-sizing patched2 |
| ready |
css("notAProperty") - patched2 |
| ready |
css("notAProperty") - patched |
| ready |
display patched 2 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.