Arguments-test

Benchmark created by Fedor Indutny on


Preparation HTML

<script>
 function a() {
  return arguments[0] * arguments[0];
 }
 
 function b(x) {
  return x * x;
 }
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
A
a()
ready
B
b();
ready

Revisions

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

  • Revision 1: published by Fedor Indutny on