| Test name | Executions per second |
|---|---|
| Using the spread operator | 10577992.0 Ops/sec |
| Using Object.assign | 22762226.0 Ops/sec |
| Manually copying properties | 71035976.0 Ops/sec |
| Create new object while copying | 377939520.0 Ops/sec |
| Create new object from scratch | 406770144.0 Ops/sec |
| StructuredClone | 925358.5 Ops/sec |
| JSON | 1161255.2 Ops/sec |