Show / Hide Table of Contents

Class BenchmarkBuildInfo

Inheritance
Object
BenchmarkBuildInfo
Namespace: BenchmarkDotNet.Running
Assembly: BenchmarkDotNet.dll
Syntax
public class BenchmarkBuildInfo

Constructors

BenchmarkBuildInfo(BenchmarkCase, ImmutableConfig, Int32)

Declaration
public BenchmarkBuildInfo(BenchmarkCase benchmarkCase, ImmutableConfig config, int id)
Parameters
Type Name Description
BenchmarkCase benchmarkCase
ImmutableConfig config
Int32 id

Properties

BenchmarkCase

Declaration
public BenchmarkCase BenchmarkCase { get; }
Property Value
Type Description
BenchmarkCase

Config

Declaration
public ImmutableConfig Config { get; }
Property Value
Type Description
ImmutableConfig

Id

Declaration
public BenchmarkId Id { get; }
Property Value
Type Description
BenchmarkId
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors