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-git1.js">
</script>
<script>
jQ1 = jQuery.noConflict();
</script>
<script src="https://code.jquery.com/jquery-git2.js">
</script>
<script>
jQ2 = jQuery.noConflict();
</script>
<div id="test"></div>
function testcase(_$) {
_$("#test").append('<div></div>')
};
jQ2("#test").html("");
Ready to run.
Test | Ops/sec | |
---|---|---|
1.x |
| ready |
2.x |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.