Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push | |
push individual |
Test name | Executions per second |
---|---|
Array.prototype.concat | 9583668.0 Ops/sec |
spread operator | 38023580.0 Ops/sec |
Push | 4520553.5 Ops/sec |
push individual | 603319.4 Ops/sec |