function name or name = function

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
name function
var test = function() {
    var one = 1;
};
test();
ready
function name
function test() {
    var one = 1;
}
test();
ready

Revisions

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