Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push | |
Array.prototype.push.apply |
Test name | Executions per second |
---|---|
Array.prototype.concat | 7512703.5 Ops/sec |
spread operator | 7849038.5 Ops/sec |
Push | 11832251.0 Ops/sec |
Array.prototype.push.apply | 8871504.0 Ops/sec |