bitwise logical and (v2)

Revision 2 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
bitwise
(true & true & false & false & true) == true
ready
logical
(true && true && false && false && true) == true
ready

Revisions

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