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
TypebenchmarkMethods
MethodInfo[]config
IConfig
Returns
TypeToBenchmarks(Type, IConfig?)
public static BenchmarkRunInfo TypeToBenchmarks(Type type, IConfig? config = null)