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
<table border=1 id="t">
<tbody >
<tr class="Grid_Item">
<td>
<input type='checkbox'/>
</td>
<td>
3
</td>
<td>
8000072
</td>
<td>
Carmi Shiraz
</td>
<td>
0800007203
</td>
<td>
Child
</td>
<td>
4/5/2002
</td>
<td>
6/30/2009
</td>
<td>
0.0000
</td>
<td>
0.0000
</td>
<td>
1/3/2010 11:49:58 AM
</td>
<td>
Global_2003
</td>
<td>
1/15/2012 10:31:28 PM
</td>
</tr>
<tr class="Grid_Item">
<td>
<input checked type='checkbox'/>
</td>
<td>
3
</td>
<td>
8000072
</td>
<td>
Carmi Idan
</td>
<td>
0800007204
</td>
<td>
Child
</td>
<td>
4/5/2002
</td>
<td>
6/30/2009
</td>
<td>
0.0000
</td>
<td>
0.0000
</td>
<td>
1/3/2010 11:49:58 AM
</td>
<td>
Global_2003
</td>
<td>
1/15/2012 10:31:28 PM
</td>
</tr>
</tbody >
</table ><script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
var g = $('#t td');
Ready to run.
Test | Ops/sec | |
---|---|---|
$().each |
| ready |
$.each... |
| ready |
for loop |
| ready |
for loop (cached length) |
| ready |
$.each element |
| ready |
for loop |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.