| Test case name | Result |
|---|---|
| Using the spread operator | |
| Using Object.assign in new Object | |
| Using Object.assign direct mutation |
| Test name | Executions per second |
|---|---|
| Using the spread operator | 38387164.0 Ops/sec |
| Using Object.assign in new Object | 8791547.0 Ops/sec |
| Using Object.assign direct mutation | 10438912.0 Ops/sec |