Test name | Executions per second |
---|---|
Using the spread operator | 2264.5 Ops/sec |
Using Object.assign | 2516.7 Ops/sec |
Using Object.assign (known change) | 7485.8 Ops/sec |
Using the spread operator (known change) | 6977.7 Ops/sec |
Using Object.assign (filtered) | 5733.0 Ops/sec |
Using the spread operator (filter) | 5475.5 Ops/sec |