Function calls test test

Benchmark created on


Preparation HTML

<script>
  var fn = function(a, b) {
  return a + b;
  };
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
function
var c = fn(999 + 1000);
ready
no function
var  a = 999, b = 1000, c = a + b;
ready

Revisions

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