| Test case name | Result |
|---|---|
| Using the spread operator with constant inside | |
| Using Object.assign to merge two objects | |
| Using the spread operator to merge two objects | |
| Using the spread operator with two extra variables | |
| Composing objects into new one |
| Test name | Executions per second |
|---|---|
| Using the spread operator with constant inside | 63406088.0 Ops/sec |
| Using Object.assign to merge two objects | 8271973.0 Ops/sec |
| Using the spread operator to merge two objects | 19185654.0 Ops/sec |
| Using the spread operator with two extra variables | 58530804.0 Ops/sec |
| Composing objects into new one | 139970288.0 Ops/sec |