Test name | Executions per second |
---|---|
for with a small json | 2549405.0 Ops/sec |
Object.keys with a small json | 1292947.2 Ops/sec |
Object.values with a small json | 883279.1 Ops/sec |
for with a big json | 3061.5 Ops/sec |
Object.keys with a big json | 619.5 Ops/sec |
Object.values with a big json | 491.5 Ops/sec |