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="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div class="required">Val 1</div>
<div class="required" style="display: none;">Val 2</div>
<div class="required">Val 3</div>
<div class="required" style="display: none;">Val 4</div>
<div class="required">Val 5</div>
<div class="required">Val 6</div>
<div class="required" style="display: none;">Val 7</div>
<div class="required" style="display: none;">Val 8</div>
<div class="required" style="display: none;">Val 9</div>
<div class="required">Val 10</div>
Ready to run.
Test | Ops/sec | |
---|---|---|
Selector Only |
| ready |
Selector And Filter |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.