arguments speed

Benchmark created by John-David Dalton on


Preparation HTML

<script>
  function test1() {
   return arguments[0];
  }
  
  function test2(foo) {
   return foo;
  }
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
With
test1(1);
ready
Without
test2(1);
ready

Revisions

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

  • Revision 1: published by John-David Dalton on