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="http://code.jquery.com/jquery-1.11.0-beta2.min.js"></script>
<select id="selectList"></select>
var options = ['i1', 'i2', 'i3', 'i4', 'i5', 'i6', 'i7', 'i8', 'i9', 'i10', 'i11', 'i12', 'i13', 'i14', 'i15', 'i16', 'i17', 'i18', 'i19', 'i20];
Ready to run.
Test | Ops/sec | |
---|---|---|
loop with new Option |
| ready |
loop string add |
| ready |
insert all ops with jquery |
| ready |
createElement using document fragment |
| ready |
join string array and jquery .html |
| ready |
pure jquery |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.