Math.pow vs Bitwise (v11)

Revision 11 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Math.pow
Math.pow(2, 32);
Math.pow(2, 32);
Math.pow(2, 32);
Math.pow(2, 32);
ready
Bitwise
4 * (1 << 30);
4 * (1 << 30);
4 * (1 << 30);
4 * (1 << 30);
ready

Revisions

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