Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push | |
Array.prototype.push.apply |
Test name | Executions per second |
---|---|
Array.prototype.concat | 16399235.0 Ops/sec |
spread operator | 10340824.0 Ops/sec |
Push | 34011628.0 Ops/sec |
Array.prototype.push.apply | 25752982.0 Ops/sec |