Array.prototype.concat - few iterations vs Spread operator - few iterations vs Array.prototype.concat - many iterations vs Spread operator - many iterations| Test case name | Result |
|---|---|
| Array.prototype.concat - few iterations | |
| Spread operator - few iterations | |
| Array.prototype.concat - many iterations | |
| Spread operator - many iterations |
| Test name | Executions per second |
|---|---|
| ✓ Array.prototype.concat - few iterations | 125,066 Ops/sec |
| Spread operator - few iterations | 43,610 Ops/sec |
| Array.prototype.concat - many iterations | 1,794 Ops/sec |
| Spread operator - many iterations | 429 Ops/sec |