test (v31)

Revision 31 of this benchmark created on


Setup

var o = {1:1, 2:2};
    var n = 0;
    var s = 'string';
    
    function test(a, b, c){
     return a + b + c;
    }

Test runner

Ready to run.

Testing in
TestOps/sec
1
test(1,2,3)
ready
2
test.call(undefined, 1,2,3)
ready

Revisions

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