Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) | |
for |
Test name | Executions per second |
---|---|
Object.fromEntries | 293.9 Ops/sec |
Reduce (reuse object) | 3186.1 Ops/sec |
Reduce (creating temporary objects) | 104.6 Ops/sec |
for | 3276.7 Ops/sec |