Show / Hide Table of Contents

Class BenchmarkRunner

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

Methods

Run(BenchmarkRunInfo)

Declaration
public static Summary Run(BenchmarkRunInfo benchmarkRunInfo)
Parameters
Type Name Description
BenchmarkRunInfo benchmarkRunInfo
Returns
Type Description
Summary

Run(BenchmarkRunInfo[])

Declaration
public static Summary[] Run(BenchmarkRunInfo[] benchmarkRunInfos)
Parameters
Type Name Description
BenchmarkRunInfo[] benchmarkRunInfos
Returns
Type Description
Summary[]

Run(Assembly, IConfig, String[])

Declaration
public static Summary[] Run(Assembly assembly, IConfig config = null, string[] args = null)
Parameters
Type Name Description
Assembly assembly
IConfig config
String[] args
Returns
Type Description
Summary[]

Run(Type, IConfig, String[])

Declaration
public static Summary Run(Type type, IConfig config = null, string[] args = null)
Parameters
Type Name Description
Type type
IConfig config
String[] args
Returns
Type Description
Summary

Run(Type, MethodInfo[], IConfig)

Declaration
public static Summary Run(Type type, MethodInfo[] methods, IConfig config = null)
Parameters
Type Name Description
Type type
MethodInfo[] methods
IConfig config
Returns
Type Description
Summary

Run(Type[], IConfig, String[])

Declaration
public static Summary[] Run(Type[] types, IConfig config = null, string[] args = null)
Parameters
Type Name Description
Type[] types
IConfig config
String[] args
Returns
Type Description
Summary[]

Run<T>(IConfig, String[])

Declaration
public static Summary Run<T>(IConfig config = null, string[] args = null)
Parameters
Type Name Description
IConfig config
String[] args
Returns
Type Description
Summary
Type Parameters
Name Description
T

RunSource(String, IConfig)

Declaration
public static Summary RunSource(string source, IConfig config = null)
Parameters
Type Name Description
String source
IConfig config
Returns
Type Description
Summary

RunUrl(String, IConfig)

Declaration
public static Summary RunUrl(string url, IConfig config = null)
Parameters
Type Name Description
String url
IConfig config
Returns
Type Description
Summary
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors