| Test name | Executions per second |
|---|---|
| ✓ Composing objects into new one | 476,012,416 Ops/sec |
| Using the spread operator with two extra variables | 21,341,744 Ops/sec |
| Using the spread operator with constant inside | 20,825,816 Ops/sec |
| Using Object.assign to merge two objects | 11,579,456 Ops/sec |
| Using the spread operator to merge two objects | 10,942,229 Ops/sec |