Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 421.8 Ops/sec |
Reduce (reuse object) | 2964.4 Ops/sec |
Reduce (creating temporary objects) | 0.4 Ops/sec |