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://raw.github.com/gist/1330979/455f1b9cbbaf73ef31b7733ec26cd1f75b18f652/jquery.js">
</script>
<script>
$our = $.noConflict(true);
</script>
<script src="https://code.jquery.com/jquery-git.js">
</script>
<script>
$git = $.noConflict(true);
</script>
<style> #moof { display:none;} </style>
<div id="moof">
Moof
</div>
var $ourmoof = $our("#moof");
var $gitmoof = $git("#moof");
document.getElementById("moof").style.display = "";
Ready to run.
Test | Ops/sec | |
---|---|---|
New Show Function |
| ready |
Old Show Function |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.