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="formEdit">
<input id="CheckBox1" type="checkbox" name="CheckBox1" checked="checked" /><label for="CheckBox1">1</label>
<input id="CheckBox2" type="checkbox" name="CheckBox2" checked="checked" /><label for="CheckBox2">2</label>
<input id="CheckBox3" type="checkbox" name="CheckBox3" checked="checked" /><label for="CheckBox3">3</label>
<input id="CheckBox4" type="checkbox" name="CheckBox4" /><label for="CheckBox4">4</label>
<input id="CheckBox5" type="checkbox" name="CheckBox5" /><label for="CheckBox5">5</label>
</div>
Ready to run.
Test | Ops/sec | |
---|---|---|
Case 1 |
| ready |
Case 2 |
| ready |
Case 3 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.