| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 88,147,184 Ops/sec |
| Manually copying properties | 82,542,688 Ops/sec |
| Create new object while copying | 81,943,520 Ops/sec |
| Using the spread operator | 28,540,064 Ops/sec |
| Using Object.assign | 3,426,315 Ops/sec |