Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push | |
loop with singular push |
Test name | Executions per second |
---|---|
Array.prototype.concat | 1347.6 Ops/sec |
spread operator | 572.4 Ops/sec |
Push | 0.0 Ops/sec |
loop with singular push | 59.0 Ops/sec |