test var dec

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Bland
var t = 'test';
ready
Closure
var t = (function() {
 return function() {
  this.test = 'test';
 }
})();
ready
Function
var t = function() {
 this.test = 'test';
}
ready

Revisions

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