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
<canvas id="screen"></canvas>
<script>
var ctx = document.getElementById("screen").getContext("2d");
var image = document.createElement("img");
image.src = "http://icons.iconarchive.com/icons/ph03nyx/super-mario/48/Retro-Mushroom-1UP-2-icon.png";
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
whole pixel |
| ready |
sub pixel |
| ready |
whole pixel2 |
| ready |
whole pixel3 |
| ready |
whole pixel4 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.