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 rows = [
{xCoord: 10, yCoord: 10, zCoord:10},
{xCoord: 11, yCoord: 10, zCoord:10},
{xCoord: 12, yCoord: 10, zCoord:10},
{xCoord: 13, yCoord: 10, zCoord:10},
{xCoord: 14, yCoord: 10, zCoord:10},
{xCoord: 15, yCoord: 10, zCoord:10},
{xCoord: 16, yCoord: 10, zCoord:10},
{xCoord: 17, yCoord: 10, zCoord:10},
{xCoord: 18, yCoord: 10, zCoord:10},
{xCoord: 19, yCoord: 10, zCoord:10},
{xCoord: 20, yCoord: 10, zCoord:10},
{xCoord: 21, yCoord: 10, zCoord:10},
{xCoord: 22, yCoord: 10, zCoord:10},
];
const selectedRow = rows[10];Ready to run.
| Test | Ops/sec | |
|---|---|---|
| no caching | | ready |
| caching | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.