Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 307.6 Ops/sec |
Reduce (reuse object) | 2671.1 Ops/sec |
Reduce (creating temporary objects) | 95.7 Ops/sec |