Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push | |
Push with spread |
Test name | Executions per second |
---|---|
Array.prototype.concat | 8180.8 Ops/sec |
spread operator | 559.4 Ops/sec |
Push | 93398.2 Ops/sec |
Push with spread | 117156.0 Ops/sec |