Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) | |
for of |
Test name | Executions per second |
---|---|
Object.fromEntries | 360.2 Ops/sec |
Reduce (reuse object) | 3703.5 Ops/sec |
Reduce (creating temporary objects) | 140.4 Ops/sec |
for of | 3773.1 Ops/sec |