Enum BowireThresholdOperator

Namespace
Kuestenlogik.Bowire.Benchmarking
Assembly
Kuestenlogik.Bowire.Benchmarking.dll

Comparison a threshold applies between the measured value and the budget.

public enum BowireThresholdOperator

Fields

GreaterThan = 2

Measured value must exceed the budget.

GreaterThanOrEqual = 3

Measured value must be at least the budget.

LessThan = 0

Measured value must be below the budget.

LessThanOrEqual = 1

Measured value must be at most the budget.