| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 457,030,880 Ops/sec |
| Manually copying properties | 238,682,704 Ops/sec |
| Create new object while copying | 234,094,592 Ops/sec |
| Using the spread operator | 34,842,556 Ops/sec |
| Using Object.assign | 13,842,471 Ops/sec |