We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56bc0e commit 124ccb7Copy full SHA for 124ccb7
src/SharpLearning.Benchmarks/program.cs
@@ -16,7 +16,7 @@
16
var config = (Debugger.IsAttached ? new DebugInProcessConfig() : DefaultConfig.Instance)
17
.WithSummaryStyle(SummaryStyle.Default.WithMaxParameterColumnWidth(200));
18
19
-//BenchmarkRunner.Run(typeof(Benchmarks.ClassificationLearners), config, args);
20
-//BenchmarkRunner.Run(typeof(Benchmarks.RegressionLearners), config, args);
+BenchmarkRunner.Run(typeof(Benchmarks.ClassificationLearners), config, args);
+BenchmarkRunner.Run(typeof(Benchmarks.RegressionLearners), config, args);
21
BenchmarkRunner.Run(typeof(Benchmarks.ClassificationModels), config, args);
22
BenchmarkRunner.Run(typeof(Benchmarks.RegressionModels), config, args);
0 commit comments