Test name | Executions per second |
---|---|
Using Object.assign | 2342.4 Ops/sec |
Using the spread operator | 2279.1 Ops/sec |
Using Object.assign (known change) | 5733.5 Ops/sec |
Using the spread operator (known change) | 6564.6 Ops/sec |
Using Object.assign (filtered) | 5332.4 Ops/sec |
Using the spread operator (filter) | 5178.2 Ops/sec |