Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push with spread | |
Push without spread |
Test name | Executions per second |
---|---|
Array.prototype.concat | 17637186.0 Ops/sec |
spread operator | 63621356.0 Ops/sec |
Push with spread | 80463104.0 Ops/sec |
Push without spread | 80453360.0 Ops/sec |