Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push | |
spread operator without push setup | |
push without setup |
Test name | Executions per second |
---|---|
Array.prototype.concat | 21627.0 Ops/sec |
spread operator | 11372.1 Ops/sec |
Push | 13855.3 Ops/sec |
spread operator without push setup | 16692.9 Ops/sec |