Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Array.prototype.push & Array.from |
Test name | Executions per second |
---|---|
Array.prototype.concat | 221339.7 Ops/sec |
spread operator | 885321.9 Ops/sec |
Array.prototype.push & Array.from | 1892.2 Ops/sec |