Class BowireBenchmarkScheduleThreshold
- Namespace
- Kuestenlogik.Bowire.Benchmarking
- Assembly
- Kuestenlogik.Bowire.Benchmarking.dll
A threshold verdict recorded with a scheduled run.
public sealed class BowireBenchmarkScheduleThreshold
- Inheritance
-
BowireBenchmarkScheduleThreshold
- Inherited Members
Constructors
BowireBenchmarkScheduleThreshold()
public BowireBenchmarkScheduleThreshold()
Properties
Actual
What the run measured.
[JsonPropertyName("actual")]
public double Actual { get; set; }
Property Value
Ok
Whether the run stayed within budget.
[JsonPropertyName("ok")]
public bool Ok { get; set; }
Property Value
Spec
The budget as written.
[JsonPropertyName("spec")]
public string Spec { get; set; }