with spread operator vs with mutation vs with object assign| Test case name | Result |
|---|---|
| with spread operator | |
| with mutation | |
| with object assign |
| Test name | Executions per second |
|---|---|
| ✓ with mutation | 6,214,920 Ops/sec |
| with spread operator | 1,662,796 Ops/sec |
| with object assign | 355,568 Ops/sec |