call vs apply (v23)

Revision 23 of this benchmark created by Rogalik 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.