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
check speeds with different elements
<script>
var img = document.createElement("img");
img.src = "http://www.google.com/intl/en_com/images/srpr/logo2w.png";
var div = document.createElement("div");
div.className = "myclass1 myclass2";
var input = document.createElement("input");
input.type = "checkbox";
input.className = "myinputclass";
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
clone image |
| ready |
create image |
| ready |
clone div |
| ready |
create div |
| ready |
clone input |
| ready |
create input |
| ready |
new image |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.