Show / Hide Table of Contents

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 Source

FinalResult

Summarized, final result of the benchmark execution.

Declaration
public readonly Result FinalResult
Field Value
Type Description
Result
| Improve this Doc View Source

SignerResults

List that contains the Results for each Signer

Declaration
public readonly List<Result> SignerResults
Field Value
Type Description
List<Result>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX