Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 203014.4 Ops/sec |
Reduce (reuse object) | 1137233.9 Ops/sec |
Reduce (creating temporary objects) | 537297.9 Ops/sec |