Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 7323.4 Ops/sec |
Reduce (reuse object) | 10282.6 Ops/sec |
Reduce (creating temporary objects) | 101.3 Ops/sec |