rounding-native-vs-bitwise

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
native
Math.floor(5 / 2);
ready
bitwise
(5 / 2) << 0
ready

Revisions

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