| Test case name | Result |
|---|---|
| Using Object.assign | |
| Using the spread operator | |
| Using Object.assign (known change) | |
| Using the spread operator (known change) | |
| Using Object.assign (filtered) | |
| Using the spread operator (filter) |
| Test name | Executions per second |
|---|---|
| Using Object.assign | 1565.6 Ops/sec |
| Using the spread operator | 3481.0 Ops/sec |
| Using Object.assign (known change) | 7426.1 Ops/sec |
| Using the spread operator (known change) | 6986.0 Ops/sec |
| Using Object.assign (filtered) | 5664.4 Ops/sec |
| Using the spread operator (filter) | 5495.7 Ops/sec |