Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push | |
Push.apply |
Test name | Executions per second |
---|---|
Array.prototype.concat | 28801384.0 Ops/sec |
spread operator | 25460766.0 Ops/sec |
Push | 35445700.0 Ops/sec |
Push.apply | 23840442.0 Ops/sec |