Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 250615.7 Ops/sec |
Reduce (reuse object) | 189982.7 Ops/sec |
Reduce (creating temporary objects) | 4805.4 Ops/sec |