| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 397,030,240 Ops/sec |
| Create new object while copying | 177,330,720 Ops/sec |
| Manually copying properties | 172,205,824 Ops/sec |
| Using the spread operator | 9,426,794 Ops/sec |
| Using Object.assign | 9,304,297 Ops/sec |