Skip to content

Commit 6f5ebe6

Browse files
committed
Remove toolchain postfix from name
1 parent 516723f commit 6f5ebe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BenchmarkDotNet/Toolchains/InProcess.Emit/InProcessEmitToolchain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public InProcessEmitToolchain(bool logOutput) :
2323
/// <param name="logOutput"><c>true</c> if the output should be logged.</param>
2424
public InProcessEmitToolchain(TimeSpan timeout, bool logOutput) :
2525
base(
26-
nameof(InProcessEmitToolchain),
26+
"InProcessEmit",
2727
new InProcessEmitGenerator(),
2828
new InProcessEmitBuilder(),
2929
new InProcessEmitExecutor(timeout, logOutput))

0 commit comments

Comments
 (0)