binSwapVars (v8)

Revision 8 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
binary
return (Math.random() * 100000) | 0;
ready
~~
return ~~ (Math.random() * 100000);
ready
Math.floor()
return Math.floor(Math.random() * 100000);
ready

Revisions

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