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
Some more benchmarking tests based on comments at my jQuery Performance article at 24ways.org
http://24ways.org/2011/your-jquery-now-with-less-suck
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
</script>
<section>
<div id="content">
<p>
foo
</p>
</div>
</section>
Ready to run.
Test | Ops/sec | |
---|---|---|
multi-element |
| ready |
fewer elements in selector |
| ready |
complex .find() |
| ready |
simplified .find() |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.