We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516723f commit 6f5ebe6Copy full SHA for 6f5ebe6
1 file changed
src/BenchmarkDotNet/Toolchains/InProcess.Emit/InProcessEmitToolchain.cs
@@ -23,7 +23,7 @@ public InProcessEmitToolchain(bool logOutput) :
23
/// <param name="logOutput"><c>true</c> if the output should be logged.</param>
24
public InProcessEmitToolchain(TimeSpan timeout, bool logOutput) :
25
base(
26
- nameof(InProcessEmitToolchain),
+ "InProcessEmit",
27
new InProcessEmitGenerator(),
28
new InProcessEmitBuilder(),
29
new InProcessEmitExecutor(timeout, logOutput))
0 commit comments