call vs apply (v27)

Revision 27 of this benchmark created by Rogalik on


Test runner

Ready to run.

Testing in
TestOps/sec
Call
var RecordTaskView;

RecordTaskView = function () {};
ready
Apply
function RecordTaskView() {}
ready

Revisions

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