Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 384696.5 Ops/sec |
Reduce (reuse object) | 2284717.5 Ops/sec |
Reduce (creating temporary objects) | 1226408.0 Ops/sec |