Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 4876.6 Ops/sec |
Reduce (reuse object) | 2345.0 Ops/sec |
Reduce (creating temporary objects) | 0.2 Ops/sec |