| Test name | Executions per second |
|---|---|
| ✓ Create new object while copying | 258,482,368 Ops/sec |
| Create new object from scratch | 250,854,224 Ops/sec |
| Manually copying properties | 51,300,896 Ops/sec |
| Using Object.assign | 18,443,850 Ops/sec |
| Using the spread operator | 8,546,423 Ops/sec |