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
<div id="mainApp">
<div class="levelContainer" id="gplay">
<div class="levelHeader">
<button class="btn btn-primary levelHeaderButton" id="gameBackButton"><span icon-name="arrow_back"></span></button>
<span>Level 1</span>
<button class="btn btn-primary levelHeaderButton" id="levelPauseButton"><span icon-name="pause"></span></button>
</div>
<div class="blockContainer">
<div class="levelPlayContainer" hidden>
<span class="mainStages" style="--stages: 10; --stages-finished: 0"></span>
<span class="mainStagesText">0/10</span>
<div class="blocks"></div>
<span class="mainTimer" style="--time-percentage: 100%"></span>
</div>
<div class="selectLevelContainer" hidden></div>
</div>
<div id="levelDialogOuterContainer"></div>
</div>
</div>Ready to run.
| Test | Ops/sec | |
|---|---|---|
| closest | | ready |
| matches | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.