| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 174,346,528 Ops/sec |
| Manually copying properties | 173,508,816 Ops/sec |
| Create new object while copying | 168,059,488 Ops/sec |
| Using the spread operator | 49,387,660 Ops/sec |
| Using Object.assign | 13,226,176 Ops/sec |