sandyTest

Benchmark created by Sandeep on


Test runner

Ready to run.

Testing in
TestOps/sec
FD
function add(a, b, c) {
  return (a + b + c);
}

add(1, 2, 3);
ready
FE
var add = function(a, b, c) {
  return (a + b + c);
}

add(1, 2, 3);
ready

Revisions

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

  • Revision 1: published by Sandeep on