function-param-mismatch

Benchmark created by spicydonuts on


Setup

var noParam = function () { }
    var oneParam = function (_) { }

Test runner

Ready to run.

Testing in
TestOps/sec
0 - 0
noParam();
ready
0 - 1
oneParam();
ready
1 - 1
oneParam('hello');
ready
1 - 0
noParam('hello');
ready

Revisions

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

  • Revision 1: published by spicydonuts on