Divide by two

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Divide by two, Math
Math.floor(0 / 2)
Math.floor(1 / 2)
Math.floor(2 / 2)
Math.floor(3 / 2)
Math.floor(4 / 2)
Math.floor(5 / 2)
ready
Divide by two, Bitwise
0 >> 1
1 >> 1
2 >> 1
3 >> 1
4 >> 1
5 >> 1
ready

Revisions

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