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 type="text/text" id="example"><!DOCTYPE html>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en" >
<body>
<table class="table">
<thead class="table-head">
<tr>
<th>Name</th>
<th>Age</th>
<th>Favourite food</th>
</tr>
</thead>
<tbody class="table-body">
<tr>
<td>John</td>
<td>31</td>
<td>Beans</td>
</tr>
<tr>
<td>Jeff</td>
<td>28</td>
<td>Bacon</td>
</tr>
<tr>
<td>Douglas</td>
<td>42</td>
<td>Dolphin</td>
</tr>
<tr>
<td>Jenny</td>
<td>25</td>
<td>Cheese</td>
</tr>
<tr>
<td>Anna</td>
<td>29</td>
<td>Soup</td>
</tr>
<tr>
<td>Adam</td>
<td>50</td>
<td>Chicken</td>
</tr>
</tbody>
</table>
</body>
</html>
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
HTML Parsing |
| ready |
XHTML Parsing |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.