Skip to content

Commit 4dbf74f

Browse files
DamirAinullinNickCraver
authored andcommitted
Replaced WriteLine with WriteLineColor
1 parent 6170790 commit 4dbf74f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dapper.Tests.Performance/Program.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using BenchmarkDotNet.Configs;
2-
using BenchmarkDotNet.Order;
3-
using BenchmarkDotNet.Running;
1+
using BenchmarkDotNet.Running;
42
using System;
53
using System.Data.SqlClient;
64
using System.Linq;
@@ -28,7 +26,7 @@ public static void Main(string[] args)
2826
WriteColor(" (no args)", ConsoleColor.Blue);
2927
WriteLine(": run all benchmarks");
3028
WriteColor(" --legacy", ConsoleColor.Blue);
31-
WriteLine(": run the legacy benchmark suite/format", ConsoleColor.Gray);
29+
WriteLineColor(": run the legacy benchmark suite/format", ConsoleColor.Gray);
3230
WriteLine();
3331
}
3432
WriteLine("Using ConnectionString: " + BenchmarkBase.ConnectionString);

0 commit comments

Comments
 (0)