BenchmarkDotNetAliases.

BenchmarkDotNetCompareResults(ICakeContext, string, string, BenchmarkDotNetCompareSettings) Method

Assembly
Cake.BenchmarkDotNet.dll
Namespace
global
Containing Type
BenchmarkDotNetAliases

Syntax

public static void BenchmarkDotNetCompareResults(this ICakeContext context, string baseline, string diff, BenchmarkDotNetCompareSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext
baseline string
diff string
settings BenchmarkDotNetCompareSettings

Return Value

Type Description
void