<!--your preparation HTML code goes here-->
var list = [];
for (var i = 0; i < 1000 * 1000; i++) {
list.push(i);
}
list = list.slice(500);
list.splice(0, 500);
[list.pop(), list.pop()];
--enable-precise-memory-info
flag.
Test case name | Result |
---|---|
regfdr4r | |
t3ert5rg4 | |
34tge |
This benchmark does not have any results yet. Be the first one to run it!