| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 147,503,120 Ops/sec |
| Manually copying properties | 141,364,224 Ops/sec |
| Create new object while copying | 139,620,880 Ops/sec |
| Using the spread operator | 36,945,964 Ops/sec |
| Using Object.assign | 3,870,273 Ops/sec |