call vs apply (v30)

Revision 30 of this benchmark created on


Setup

var string = "string";

Test runner

Ready to run.

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

Revisions

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