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.Order;
using BenchmarkDotNet.Running;
using BenchmarkDotNet.Running;
using System;
using System.Data.SqlClient;
using System.Linq;
......@@ -28,7 +26,7 @@ public static void Main(string[] args)
WriteColor(" (no args)", ConsoleColor.Blue);
WriteLine(": run all benchmarks");
WriteColor(" --legacy", ConsoleColor.Blue);
WriteLine(": run the legacy benchmark suite/format", ConsoleColor.Gray);
WriteLineColor(": run the legacy benchmark suite/format", ConsoleColor.Gray);
WriteLine();
}
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