newVSfunctionB

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
function
a = function() {
 return 1 + 2;
};
a();
ready
new Fucntion
b = new Function('return 1 + 2;');
b();
ready

Revisions

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