missing parameters

Benchmark created on


Preparation HTML

<script>
  function one (a) {
      document.createTextNode(a);
  }
  function two (a,b,c) {
      document.createTextNode(a);
  }
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
without extra parameters
one (0);
ready
with extra parameters
two (0);
ready

Revisions

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