| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 425,889,440 Ops/sec |
| Create new object while copying | 250,958,608 Ops/sec |
| Manually copying properties | 240,064,448 Ops/sec |
| Using the spread operator | 9,483,368 Ops/sec |
| Using Object.assign | 1,060,156 Ops/sec |