| Test name | Executions per second |
|---|---|
| Using the spread operator | 25683104.0 Ops/sec |
| Using Object.assign | 3675074.5 Ops/sec |
| Manually copying properties | 73082928.0 Ops/sec |
| Create new object while copying | 71894992.0 Ops/sec |
| Create new object from scratch | 74516368.0 Ops/sec |