Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 183.7 Ops/sec |
Reduce (reuse object) | 1714.3 Ops/sec |
Reduce (creating temporary objects) | 49.9 Ops/sec |