| Test name | Executions per second |
|---|---|
| Using the spread operator | 48211288.0 Ops/sec |
| Using Object.assign | 7932052.5 Ops/sec |
| Manually copying properties | 177652320.0 Ops/sec |
| Create new object while copying | 185140224.0 Ops/sec |
| Create new object from scratch | 172553424.0 Ops/sec |