Class BenchmarkRunInfo
Inheritance
BenchmarkRunInfo
Assembly: BenchmarkDotNet.dll
Syntax
public class BenchmarkRunInfo : IDisposable
Constructors
BenchmarkRunInfo(BenchmarkCase[], Type, ImmutableConfig)
Declaration
public BenchmarkRunInfo(BenchmarkCase[] benchmarksCase, Type type, ImmutableConfig config)
Parameters
Properties
BenchmarksCases
Declaration
public BenchmarkCase[] BenchmarksCases { get; }
Property Value
Config
Declaration
public ImmutableConfig Config { get; }
Property Value
Type
Declaration
public Type Type { get; }
Property Value
Methods
Dispose()
Declaration
Implements