func vs var function

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
function
function test() { alert(); }
test();
ready
var func
var test2 = function() { alert(); }
test2();
ready

Revisions

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