We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6170790 commit 4dbf74fCopy full SHA for 4dbf74f
Dapper.Tests.Performance/Program.cs
@@ -1,6 +1,4 @@
1
-using BenchmarkDotNet.Configs;
2
-using BenchmarkDotNet.Order;
3
-using BenchmarkDotNet.Running;
+using BenchmarkDotNet.Running;
4
using System;
5
using System.Data.SqlClient;
6
using System.Linq;
@@ -28,7 +26,7 @@ public static void Main(string[] args)
28
26
WriteColor(" (no args)", ConsoleColor.Blue);
29
27
WriteLine(": run all benchmarks");
30
WriteColor(" --legacy", ConsoleColor.Blue);
31
- WriteLine(": run the legacy benchmark suite/format", ConsoleColor.Gray);
+ WriteLineColor(": run the legacy benchmark suite/format", ConsoleColor.Gray);
32
WriteLine();
33
}
34
WriteLine("Using ConnectionString: " + BenchmarkBase.ConnectionString);
0 commit comments