fn-expression-vs-statement (v36)

Revision 36 of this benchmark created on


Setup

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

Teardown


    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.