| Test case name | Result |
|---|---|
| Using concat | |
| Using prototype.push.apply | |
| Using arr1.push.apply | |
| Using push spread operator | |
| Using spread operator |
| Test name | Executions per second |
|---|---|
| Using concat | 13379905.0 Ops/sec |
| Using prototype.push.apply | 34477092.0 Ops/sec |
| Using arr1.push.apply | 38837304.0 Ops/sec |
| Using push spread operator | 38052888.0 Ops/sec |
| Using spread operator | 28727492.0 Ops/sec |