Test case name | Result |
---|---|
Array.prototype.concat | |
spread operator | |
Push spread | |
Push apply |
Test name | Executions per second |
---|---|
Array.prototype.concat | 5097847.5 Ops/sec |
spread operator | 5317255.0 Ops/sec |
Push spread | 5002833.5 Ops/sec |
Push apply | 4708725.5 Ops/sec |