Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 2946.0 Ops/sec |
Reduce (reuse object) | 4878.4 Ops/sec |
Reduce (creating temporary objects) | 36.9 Ops/sec |