call vs apply (v24)

Revision 24 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Call
Math.floor(500 * (357 / 100));
ready
Apply
Math.floor((357 / 100) * 500);
ready

Revisions

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