| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 1,022,592,448 Ops/sec |
| Manually copying properties | 521,690,912 Ops/sec |
| Create new object while copying | 510,394,528 Ops/sec |
| Using the spread operator | 49,061,772 Ops/sec |
| Using Object.assign | 4,286,886 Ops/sec |