Table of Contents

Class BenchmarkConverter

Namespace
BenchmarkDotNet.Running
Assembly
BenchmarkDotNet.dll
public static class BenchmarkConverter
Inheritance
BenchmarkConverter

Methods

MethodsToBenchmarks(Type, MethodInfo[], IConfig?)

public static BenchmarkRunInfo MethodsToBenchmarks(Type containingType, MethodInfo[] benchmarkMethods, IConfig? config = null)

Parameters

containingType Type
benchmarkMethods MethodInfo[]
config IConfig

Returns

BenchmarkRunInfo

TypeToBenchmarks(Type, IConfig?)

public static BenchmarkRunInfo TypeToBenchmarks(Type type, IConfig? config = null)

Parameters

type Type
config IConfig

Returns

BenchmarkRunInfo