fn-expression-vs-statement (v16)

Revision 16 of this benchmark created on


Setup

var fn1 = function() {
     // Some code
    }
    
    function fn2() {
     // Some code
    }

Test runner

Ready to run.

Testing in
TestOps/sec
Expression
fn1();
ready
Statement
fn2();
ready

Revisions

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