Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push | |
Array.prototype.push.apply |
Test name | Executions per second |
---|---|
Array.prototype.concat | 48588200.0 Ops/sec |
spread operator | 455262048.0 Ops/sec |
Push | 16737648.0 Ops/sec |
Array.prototype.push.apply | 9386526.0 Ops/sec |