in funct vs not in funct

Benchmark created by in funct vs not in funct on


Setup

var a = 0;

Test runner

Ready to run.

Testing in
TestOps/sec
namespaced
(function(b){
a++;
})(a);
ready
non namespaced
a++;
ready

Revisions

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

  • Revision 1: published by in funct vs not in funct on