RobustBenchmark.RunData<TResult>
Namespace: SnowBank.Numerics · class
Data for a run of the benchmark
Constructors
RunData<TResult>
RunData<TResult>()
Properties
Duration
TimeSpan Duration { get; set; }
Total duration of this run
Index
int Index { get; set; }
Run number
Iterations
long Iterations { get; set; }
Number of iterations in this run
Rejected
bool Rejected { get; set; }
If true this run is rejected (outlier)
Result
TResult Result { get; set; }
Result of this run