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 VALUE = {
calculatedName: { label: 'Nombre', width: 35 },
email: { label: 'Email', width: 35 },
idNumber: { label: 'ID Number', width: 20 },
taxId: { label: 'Tax ID', width: 15 },
countryName: { label: 'País', width: 20 },
january: { label: 'Enero', width: 10 },
february: { label: 'Febrero', width: 10 },
march: { label: 'Marzo', width: 10 },
april: { label: 'Abril', width: 10 },
may: { label: 'Mayo', width: 10 },
june: { label: 'Junio', width: 10 },
july: { label: 'Julio', width: 10 },
august: { label: 'Agosto', width: 10 },
september: { label: 'Septiembre', width: 10 },
october: { label: 'Octubre', width: 10 },
november: { label: 'Noviembre', width: 10 },
december: { label: 'Diciembre', width: 10 },
total: { label: 'Total', width: 10 },
};
const getValue = () => VALUE;
Ready to run.
| Test | Ops/sec | |
|---|---|---|
| Constant | | ready |
| Function | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.