fn-expression-vs-statement (v18)

Revision 18 of this benchmark created on


Test runner

Ready to run.

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

Revisions

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