| Test case name | Result |
|---|---|
| Array.prototype.concat | |
| spread operator | |
| Push | |
| Copy whole array |
| Test name | Executions per second |
|---|---|
| Array.prototype.concat | 10777006.0 Ops/sec |
| spread operator | 40982752.0 Ops/sec |
| Push | 50800764.0 Ops/sec |
| Copy whole array | 71841392.0 Ops/sec |