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>
<select id="sel" size="3" multiple="multiple" name="sel[]">
<option selected="selected" value="-1">---</option>
<option value="1">A</option>
<option value="2">B</option>
<option value="3">C</option>
<option value="4">D</option>
<option value="5">E</option>
<option value="6">F</option>
<option value="7" selected="selected">G</option>
<option value="8">H</option>
<option value="9">I</option>
<option value="10">J</option>
<option value="11">K</option>
<option value="12">L</option>
<option value="13" selected="selected">M</option>
</select>
var targetSelect = document.getElementById('sel');
Ready to run.
Test | Ops/sec | |
---|---|---|
jQuery |
| ready |
Native |
| ready |
jQuery 2 |
| ready |
QSL selected |
| ready |
SelectedOptions |
| ready |
jQuery 3 |
| ready |
Reduce |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.