Test name | Executions per second |
---|---|
Using Object.assign | 2383.2 Ops/sec |
Using the spread operator | 2281.1 Ops/sec |
Using Object.assign (known change) | 5538.1 Ops/sec |
Using the spread operator (known change) | 6373.5 Ops/sec |
Using Object.assign (filtered) | 5234.6 Ops/sec |
Using the spread operator (filter) | 5060.9 Ops/sec |