| Test case name | Result |
|---|---|
| Object.fromEntries (with transform data) | |
| Reduce (reuse object) | |
| Reduce (creating temporary objects) |
| Test name | Executions per second |
|---|---|
| Object.fromEntries (with transform data) | 2076.1 Ops/sec |
| Reduce (reuse object) | 13022.5 Ops/sec |
| Reduce (creating temporary objects) | 96.0 Ops/sec |