var params = (new Array(250)).fill(Math.random());
var other = (new Array(500)).fill(Math.random());
params.concat(other);
[params, other];
params.push(other);
--enable-precise-memory-info
flag.
Test case name | Result |
---|---|
Concat | |
Spread | |
Push |
This benchmark does not have any results yet. Be the first one to run it!