Test case name | Result |
---|---|
Object.fromEntries | |
Reduce (reuse object) | |
Reduce (creating temporary objects) |
Test name | Executions per second |
---|---|
Object.fromEntries | 4637250.0 Ops/sec |
Reduce (reuse object) | 7166457.0 Ops/sec |
Reduce (creating temporary objects) | 7159824.5 Ops/sec |