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
error
<script src="https://cdn.githubusercontent.com/chernikovalexey/Prevel/master/prevel-min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div style="width: 100%; height:650px; overflow:hidden">
<table id="test-table">
<thead>
<tr>
<th>Column_1</th>
<th>Column_2</th>
<th>Column_3</th>
</tr>
</thead>
<tbody>
<tr class="row1">
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr class="row2">
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr class="row1">
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr class="row2">
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</tbody>
</table>
</div>
Ready to run.
Test | Ops/sec | |
---|---|---|
| ready | |
| ready | |
| ready | |
| ready | |
Prevel find |
| ready |
jQuery find |
| ready |
jQuery append |
| ready |
Prevel append |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.