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
Cf. jQuery source code : https://github.com/jquery/jquery/blob/4b39a8289031bb7de25e9f018d9fd8235a35ec49/src/css.js
<div id="test">Test</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
Ready to run.
Test | Ops/sec | |
---|---|---|
Jquery hide |
| ready |
Jquery display none |
| ready |
Vanilla JS |
| ready |
Mix |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.