Class BenchmarkResults
Contains the benchmark results of every Signer and the summarized final results.
Inheritance
System.Object
BenchmarkResults
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public class BenchmarkResults : object
Fields
| Improve this Doc View SourceFinalResult
Summarized, final result of the benchmark execution.
Declaration
public readonly Result FinalResult
Field Value
Type | Description |
---|---|
Result |
SignerResults
Declaration
public readonly List<Result> SignerResults
Field Value
Type | Description |
---|---|
List<Result> |