| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 1,120,327,936 Ops/sec |
| Create new object while copying | 681,035,072 Ops/sec |
| Manually copying properties | 663,654,592 Ops/sec |
| Using the spread operator | 72,973,496 Ops/sec |
| Using Object.assign | 8,853,062 Ops/sec |