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 | 16,887 Ops/sec |
| with object assign | 408 Ops/sec |
| with spread operator | 130 Ops/sec |