Test name | Executions per second |
---|---|
Using Object.assign | 2270.5 Ops/sec |
Using the spread operator | 2312.1 Ops/sec |
Using Object.assign (known change) | 6801.4 Ops/sec |
Using the spread operator (known change) | 6763.3 Ops/sec |
Using Object.assign (filtered) | 5448.7 Ops/sec |
Using the spread operator (filter) | 5285.8 Ops/sec |