| Test case name | Result |
|---|---|
| concat (immutable) | |
| push (mutability) and spread array | |
| push (mutability) and iteration |
| Test name | Executions per second |
|---|---|
| concat (immutable) | 64899.4 Ops/sec |
| push (mutability) and spread array | 2411.4 Ops/sec |
| push (mutability) and iteration | 1550.4 Ops/sec |