Test case name | Result |
---|---|
Using Object.assign | |
Using the spread operator | |
Using Object.assign (known change) | |
Using the spread operator (known change) | |
Using Object.assign (filtered) | |
Using the spread operator (filter) |
Test name | Executions per second |
---|---|
Using Object.assign | 35891.4 Ops/sec |
Using the spread operator | 41136.6 Ops/sec |
Using Object.assign (known change) | 58231.6 Ops/sec |
Using the spread operator (known change) | 59201.1 Ops/sec |
Using Object.assign (filtered) | 55669.3 Ops/sec |
Using the spread operator (filter) | 55763.0 Ops/sec |