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
What is the fatest ? A bunch of jquery hide one after the other one or a big selector which hide all of them in once
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
</script>
<div id=0>
0
</div>
<div id=2>
2
</div>
<div id=3>
3
</div>
<div id=4>
4
</div>
<div id=5>
5
</div>
<div id=6>
6
</div>
<div id=7>
7
</div>
<div id=8>
8
</div>
<div id=9>
9
</div>$('div').show();
$('div').show();
Ready to run.
| Test | Ops/sec | |
|---|---|---|
| Multiple | | ready |
| Combine | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.