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
test
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.0.min.js">
</script>
<script type="text/javascript">
var $190 = jQuery.noConflict();
</script>
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.10.2.min.js">
</script>
<script type="text/javascript">
var $1102 = jQuery.noConflict();
</script>
<div class="wrapper">
<div class="innerWrapper">
<div class="button">
<a href="" id="button" class="buttonRef">
<span class="buttonText">Text</span>
</a>
</div>
</div>
</div>
<script>
var context90 = $190("div.wrapper");
var context102 = $1102("div.wrapper");
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
Get - Class 1.9.0 |
| ready |
Get - Class 1.10.2 |
| ready |
Context-Class 1.9.0 |
| ready |
Context-Class 1.10.2 |
| ready |
Find-Class 1.9.0 |
| ready |
Find-Class 1.10.2 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.