fn-expression-vs-statement (v32)

Revision 32 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Expression
var fn = function() {
  // Some code
}
ready
Statement
function fn() {
  // Some code
}
ready

Revisions

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