bool-vs-int-2 (v13)

Revision 13 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
Conditional - Bool 2
if(false === false);
if(false === true);
ready

Revisions

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