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
class CPrivate { #pri0; #pri1; #pri2; #pri3; #pri4; #pri5; #pri6; #pri7; #pri8; #pri9; }
class CPublic { pub0; pub1; pub2; pub3; pub4; pub5; pub6; pub7; pub8; pub9; }
class CConstructor {
constructor() {
this.pub0 = undefined;
this.pub1 = undefined;
this.pub2 = undefined;
this.pub3 = undefined;
this.pub4 = undefined;
this.pub5 = undefined;
this.pub6 = undefined;
this.pub7 = undefined;
this.pub8 = undefined;
this.pub9 = undefined;
}
}
var output;
Ready to run.
Test | Ops/sec | |
---|---|---|
private field |
| ready |
public field |
| ready |
pub in constructor |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.