| Test case name | Result |
|---|---|
| with spread operator | |
| with mutation | |
| with object assign | |
| with for of loop | |
| with for loop |
| Test name | Executions per second |
|---|---|
| with spread operator | 1752811.5 Ops/sec |
| with mutation | 9694777.0 Ops/sec |
| with object assign | 388366.2 Ops/sec |
| with for of loop | 9808419.0 Ops/sec |
| with for loop | 8310622.0 Ops/sec |