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
<div id="a">
<p class="test">Foo</p>
<p class="test">Baz</p>
<p class="test">Bar</p>
<p class="test">Foo</p>
<p class="test">Baz</p>
<p class="test">Bar</p>
<p class="test">Foo</p>
<p class="test">Baz</p>
<p class="test">Bar</p>
</div>
<script src="http://a.tbcdn.cn/s/kissy/1.3.0/kissy-min.js"></script>
<script src="http://zeptojs.com/zepto.min.js"></script>
Ready to run.
Test | Ops/sec | |
---|---|---|
KISSY.all |
| ready |
KISSY链式调用 |
| ready |
querySelector |
| ready |
链式querySelector+getByTagName |
| ready |
链式getElementById+getByTagName |
| ready |
Zepto |
| ready |
链式Zepto |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.