fn-expression-vs-statement

Benchmark created by Amjad Masad 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.