Test name | Executions per second |
---|---|
Using the spread operator with constant inside | 20825816.0 Ops/sec |
Using Object.assign to merge two objects | 11579456.0 Ops/sec |
Using the spread operator to merge two objects | 10942229.0 Ops/sec |
Using the spread operator with two extra variables | 21341744.0 Ops/sec |
Composing objects into new one | 476012416.0 Ops/sec |