Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 52808.7 Ops/sec |
Reduce (reuse object) | 431260.7 Ops/sec |
Reduce (creating temporary objects) | 175417.5 Ops/sec |