Test name | Executions per second |
---|---|
for with a small json | 4344629.5 Ops/sec |
Object.keys with a small json | 1272523.0 Ops/sec |
Object.values with a small json | 873777.4 Ops/sec |
for with a big json | 6152.7 Ops/sec |
Object.keys with a big json | 616.7 Ops/sec |
Object.values with a big json | 488.2 Ops/sec |