call vs apply (v26)

Revision 26 of this benchmark created on


Setup

function a () {
    var q = 1+1;
    }
    
    var b = 0;

Test runner

Ready to run.

Testing in
TestOps/sec
Call
if(b) {
a();
}
ready
Apply
b && a();
ready

Revisions

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