We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9425d1e commit 0190b0cCopy full SHA for 0190b0c
test/Microsoft.ML.Benchmarks/Harness/Configs.cs
@@ -15,7 +15,7 @@ public RecommendedConfig()
15
16
Add(GetJobDefinition() // job defines how many times given benchmark should be executed
17
.WithCustomBuildConfiguration(GetBuildConfigurationName())
18
- .With(CreateToolchain())); // toolchain is responsible for generating, building and running dedicated executable per benchmark);
+ .With(CreateToolchain())); // toolchain is responsible for generating, building and running dedicated executable per benchmark
19
20
Add(new ExtraMetricColumn()); // an extra colum that can display additional metric reported by the benchmarks
21
}
0 commit comments