| Test case name | Result |
|---|---|
| Object.fromEntries with spread | |
| for-loop and object (reuse object) | |
| for-loop and object (creating temporary objects) | |
| for-loop and map |
| Test name | Executions per second |
|---|---|
| Object.fromEntries with spread | 1665.7 Ops/sec |
| for-loop and object (reuse object) | 11159.5 Ops/sec |
| for-loop and object (creating temporary objects) | 73.9 Ops/sec |
| for-loop and map | 1114.3 Ops/sec |