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
<script>
var og = new Array(4);
var buffer = new ArrayBuffer(128)
var int8 = new Int8Array(buffer);
var int16 = new Int16Array(buffer);
var int32 = new Int32Array(buffer);
var name1 = "a", name2 = "b", name3 = "c", name4 = "d";
var ob = {};
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
Vanilla |
| ready |
Int8 |
| ready |
Int16 |
| ready |
Int32 |
| ready |
Assign Variables |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.