Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push | |
Array.prototype.push.apply |
Test name | Executions per second |
---|---|
Array.prototype.concat | 10726975.0 Ops/sec |
spread operator | 35024260.0 Ops/sec |
Push | 36156740.0 Ops/sec |
Array.prototype.push.apply | 26818246.0 Ops/sec |