Skip to content

Commit 124ccb7

Browse files
author
Mads Dabros
committed
enable
1 parent e56bc0e commit 124ccb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SharpLearning.Benchmarks/program.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
var config = (Debugger.IsAttached ? new DebugInProcessConfig() : DefaultConfig.Instance)
1717
.WithSummaryStyle(SummaryStyle.Default.WithMaxParameterColumnWidth(200));
1818

19-
//BenchmarkRunner.Run(typeof(Benchmarks.ClassificationLearners), config, args);
20-
//BenchmarkRunner.Run(typeof(Benchmarks.RegressionLearners), config, args);
19+
BenchmarkRunner.Run(typeof(Benchmarks.ClassificationLearners), config, args);
20+
BenchmarkRunner.Run(typeof(Benchmarks.RegressionLearners), config, args);
2121
BenchmarkRunner.Run(typeof(Benchmarks.ClassificationModels), config, args);
2222
BenchmarkRunner.Run(typeof(Benchmarks.RegressionModels), config, args);

0 commit comments

Comments
 (0)