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