Test name | Executions per second |
---|---|
Using the spread operator | 2264.8 Ops/sec |
Using Object.assign | 2412.3 Ops/sec |
Using Object.assign (known change) | 6478.3 Ops/sec |
Using the spread operator (known change) | 6579.4 Ops/sec |
Using Object.assign (filtered) | 5364.5 Ops/sec |
Using the spread operator (filter) | 5213.0 Ops/sec |