| Test case name | Result |
|---|---|
| Using the spread operator | |
| Using Object.assign | |
| Using Object.assign no mutation |
| Test name | Executions per second |
|---|---|
| Using the spread operator | 38545340.0 Ops/sec |
| Using Object.assign | 10769090.0 Ops/sec |
| Using Object.assign no mutation | 8661344.0 Ops/sec |