testpopshift

Benchmark created on


Preparation HTML

<script>
  var pl = [1, 5, 10, 3];
  var sl = [1, 5, 10, 3];
  
  var e, a, v;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
pop
pl.push(7);
e = pl.pop();
ready
shift
sl.push(7);
a = sl.shift();
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.