Interface IGenerator
Namespace: BenchmarkDotNet.Toolchains
Assembly: BenchmarkDotNet.dll
Syntax
public interface IGenerator
Methods
GenerateProject(BuildPartition, ILogger, String)
Declaration
GenerateResult GenerateProject(BuildPartition buildPartition, ILogger logger, string rootArtifactsFolderPath)
Parameters
Type | Name | Description |
---|---|---|
BuildPartition | buildPartition | |
ILogger | logger | |
String | rootArtifactsFolderPath |
Returns
Type | Description |
---|---|
GenerateResult |