Class BenchmarkFinalResults
BenchmarkResults with Assertion data provided.
Inheritance
System.Object
BenchmarkFinalResults
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NBench.Reporting
Assembly: NBench.dll
Syntax
public class BenchmarkFinalResults
Constructors
BenchmarkFinalResults(BenchmarkResults, IReadOnlyList<AssertionResult>)
Declaration
public BenchmarkFinalResults(BenchmarkResults data, IReadOnlyList<AssertionResult> assertionResults)
Parameters
Type | Name | Description |
---|---|---|
BenchmarkResults | data | |
System.Collections.Generic.IReadOnlyList<AssertionResult> | assertionResults |
Properties
AssertionResults
Declaration
public IReadOnlyList<AssertionResult> AssertionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<AssertionResult> |
BenchmarkName
Declaration
public string BenchmarkName { get; }
Property Value
Type | Description |
---|---|
System.String |
Data
Declaration
public BenchmarkResults Data { get; }
Property Value
Type | Description |
---|---|
BenchmarkResults |