bool-vs-int-2 (v4)

Revision 4 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Conditional - Bool
if(true);
if(false);
ready
Conditional - Int
if(0 == 0);
if(0 == 1);
ready
Conditional - Int 2
if(0);
if(1);
ready

Revisions

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