Table of Contents

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 Type
config ImmutableConfig

Properties

BenchmarksCases

public BenchmarkCase[] BenchmarksCases { get; }

Property Value

BenchmarkCase[]

Config

public ImmutableConfig Config { get; }

Property Value

ImmutableConfig

Type

public Type Type { get; }

Property Value

Type

Methods

Dispose()

public void Dispose()