| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 74,516,368 Ops/sec |
| Manually copying properties | 73,082,928 Ops/sec |
| Create new object while copying | 71,894,992 Ops/sec |
| Using the spread operator | 25,683,104 Ops/sec |
| Using Object.assign | 3,675,074 Ops/sec |