| Test name | Executions per second |
|---|---|
| Using the spread operator | 62347824.0 Ops/sec |
| Using Object.assign | 16664375.0 Ops/sec |
| Manually copying properties | 206767488.0 Ops/sec |
| Create new object while copying | 191506448.0 Ops/sec |
| Create new object from scratch | 203750944.0 Ops/sec |
| StructuredClone | 823235.1 Ops/sec |
| JSON | 4057216.0 Ops/sec |