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
<!DOCTYPE html>
<html>
<head>
<title>Тест производительности javascript</title>
<meta charset="utf-8">
</head>
<body>
<div class="block"></div>
<div class="block"></div>
<div class="block"></div>
<div class="block"></div>
<div class="block"></div>
<div id="a1">
<input type="radio">
<input type="radio">
<input type="radio">
<input type="radio">
<input type="radio">
</div>
<div id="a2">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
</div>
<div id="a3">
<input type="text">
<input type="text">
<input type="text">
<input type="text">
<input type="text">
</div>
</body>
</html>
Ready to run.
Test | Ops/sec | |
---|---|---|
for |
| ready |
querySelectorAll |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.