Skip to content

Commit 0190b0c

Browse files
committed
cleanup the comment
1 parent 9425d1e commit 0190b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.Benchmarks/Harness/Configs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public RecommendedConfig()
1515

1616
Add(GetJobDefinition() // job defines how many times given benchmark should be executed
1717
.WithCustomBuildConfiguration(GetBuildConfigurationName())
18-
.With(CreateToolchain())); // toolchain is responsible for generating, building and running dedicated executable per benchmark);
18+
.With(CreateToolchain())); // toolchain is responsible for generating, building and running dedicated executable per benchmark
1919

2020
Add(new ExtraMetricColumn()); // an extra colum that can display additional metric reported by the benchmarks
2121
}

0 commit comments

Comments
 (0)