Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 31906.1 Ops/sec |
Reduce (reuse object) | 89919.6 Ops/sec |
Reduce (creating temporary objects) | 8773.4 Ops/sec |