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.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div id="original">
<div timestamp="99">99</div>
<div timestamp="999">999</div>
<div timestamp="12">12</div>
<div timestamp="11">11</div>
<div timestamp="10">10</div>
<div timestamp="9">9</div>
<div timestamp="8">8</div>
<div timestamp="7">7</div>
<div timestamp="6">6</div>
<div timestamp="5">5</div>
<div timestamp="4">4</div>
<div timestamp="3">3</div>
<div timestamp="2">2</div>
<div timestamp="1">1</div>
<div timestamp="9999">9999</div>
</div>
Ready to run.
Test | Ops/sec | |
---|---|---|
.attr() |
| ready |
.getAttribute() |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.