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
<form id='the-form'>
<input name='a1' value='a1' />
<input name='a2' value='a2' />
<input name='a3' value='a3' />
<input name='a4' value='a4' />
<input name='a5' value='a5' />
<input name='a6' value='a6' />
<input name='a7' value='a7' />
<input name='a8' value='a8' />
<input name='a9' value='a9' />
<input type='checkbox' name='c1' value='c1' checked />
<input type='checkbox' name='c1' value='c2' checked />
<input type='checkbox' name='c1' value='c3' checked />
<input type='checkbox' name='c1' value='c3' />
</form>
const form = document.getElementById('the-form')
Ready to run.
Test | Ops/sec | |
---|---|---|
FormData |
| ready |
For-of over form.elements |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.