| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 274,709,504 Ops/sec |
| Create new object while copying | 256,299,376 Ops/sec |
| Manually copying properties | 254,744,512 Ops/sec |
| Using the spread operator | 80,870,216 Ops/sec |
| Using Object.assign | 20,620,150 Ops/sec |