call vs apply (v32)

Revision 32 of this benchmark created on


Setup

var string = "string";
    var args = [0];

Test runner

Ready to run.

Testing in
TestOps/sec
Call
"".charAt.call( string, 0 );
ready
Apply
"".charAt.apply( string, args );
ready

Revisions

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