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="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.0-rc.1/jquery.mobile-1.4.0-rc.1.min.js"></script>
<script src="http://zeptojs.com/zepto.min.js"></script>
<script src="http://cdn.app-framework-software.intel.com/1.2/jq.mobi.min.js"></script>
<script src="http://bytes1.dyndns.org/BSI/website-app.js"></script>
<script src="http://175.98.115.104/jsperf_js/tt.min.js"></script>
<div id="helloDiv"></div>
<style>
.class1 { color: red; }
</style>
Ready to run.
Test | Ops/sec | |
---|---|---|
jQuery |
| ready |
jqmobi |
| ready |
zepto |
| ready |
tt |
| ready |
jquery add removeClass |
| ready |
jqmobi add removeClass |
| ready |
zepto add removeClass |
| ready |
tt add removeClass |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.