Test name | Executions per second |
---|---|
if nested | 9270483.0 Ops/sec |
if one | 9370201.0 Ops/sec |
if single | 9251787.0 Ops/sec |
var test = 0.4;
var lTimeQuantInSeconds_num = 1;
if (test < lTimeQuantInSeconds_num)
{
if (test < lTimeQuantInSeconds_num * 0.5)
{
test = 0;
}
}
if (test < lTimeQuantInSeconds_num && test < lTimeQuantInSeconds_num * 0.5)
{
test = 0;
}
if (test < lTimeQuantInSeconds_num * 0.5)
{
test = 0;
}