Commit 4dbf74f4 authored by Damir Ainullin's avatar Damir Ainullin Committed by Nick Craver

Replaced WriteLine with WriteLineColor

parent 61707905
using BenchmarkDotNet.Configs; using BenchmarkDotNet.Running;
using BenchmarkDotNet.Order;
using BenchmarkDotNet.Running;
using System; using System;
using System.Data.SqlClient; using System.Data.SqlClient;
using System.Linq; using System.Linq;
...@@ -28,7 +26,7 @@ public static void Main(string[] args) ...@@ -28,7 +26,7 @@ public static void Main(string[] args)
WriteColor(" (no args)", ConsoleColor.Blue); WriteColor(" (no args)", ConsoleColor.Blue);
WriteLine(": run all benchmarks"); WriteLine(": run all benchmarks");
WriteColor(" --legacy", ConsoleColor.Blue); WriteColor(" --legacy", ConsoleColor.Blue);
WriteLine(": run the legacy benchmark suite/format", ConsoleColor.Gray); WriteLineColor(": run the legacy benchmark suite/format", ConsoleColor.Gray);
WriteLine(); WriteLine();
} }
WriteLine("Using ConnectionString: " + BenchmarkBase.ConnectionString); WriteLine("Using ConnectionString: " + BenchmarkBase.ConnectionString);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment