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.aspnetcdn.com/ajax/jQuery/jquery-1.4.2.min.js"></script>
<style>
.row_pair { background-color:#ddd; }
</style>
<table id="test_table">
<tbody>
<tr class="row_odd">
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr class="row_odd">
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr class="row_pair">
<td></td>
</tr>
<tr>
<td></td>
</tr>
</tbody>
</table>
var nCount = 0;
Ready to run.
Test | Ops/sec | |
---|---|---|
For |
| ready |
Each |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.