fdg

Benchmark created on


Preparation HTML

<script>
  var a = [];
  var b = [1, 2, 3, 4];
  var push = a.push;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
1
push.call(a, b);
 
ready
2
a = a.concat(b);
 
ready

Revisions

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