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
var v = 1;
var r;
var obj = {};
var t=obj;
for(var i=0; i < 8; i++)
{
t.v = v;
t.c = {};
t = t.c;
}
Ready to run.
Test | Ops/sec | |
---|---|---|
D0 |
| ready |
D1 |
| ready |
D2 |
| ready |
D3 |
| ready |
D4 |
| ready |
D5 |
| ready |
D6 |
| ready |
D7 |
| ready |
D8 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.