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
const user = {
_ROLES_BIN: 30,
_ROLES_RAW: [
{ id: 4, name: 'broker', type: 'broker' },
{ id: 5, name: 'introducer', type: 'introducer' },
{ id: 7, name: 'super_broker', type: 'super_broker' },
{ id: 8, name: 'broker_ops', type: 'broker_ops' },
],
};
const ROLES = {
Client: 'client',
Introducer: 'introducer',
Broker: 'broker',
BrokerOps: 'broker_ops',
SuperBroker: 'super_broker',
};
const ROLES_ARRAY = Object.values(ROLES);
Ready to run.
Test | Ops/sec | |
---|---|---|
01 |
| ready |
02 |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.