SingleObjectFunctionWithParams

Benchmark created by Tomás Corral on


Test runner

Ready to run.

Testing in
TestOps/sec
Object
var test = {
  _1: 0,
  _start: function(){
    return 'started';
  }
};
ready
Function
var test = function(){};
test._1 = 0;
test._start = function(){
  return 'started';
};
ready

Revisions

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

  • Revision 1: published by Tomás Corral on