test (v42)

Revision 42 of this benchmark created on


Setup

var f1 = function(a){
        return a;
    };
    
    var f2 = function(){
        return arguments[0];
    };

Test runner

Ready to run.

Testing in
TestOps/sec
1
f1(1,2,3)
ready
2
f2(1,2,3)
ready

Revisions

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