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 1cb6609 commit fd345f6Copy full SHA for fd345f6
src/Tests/Tests.Benchmarking/BenchmarkProgram.cs
@@ -12,7 +12,7 @@ public static class Program
12
public static int Main(string[] arguments)
13
{
14
Console.WriteLine("Running Benchmarking.");
15
- if (arguments.Count() > 1 && arguments[0].Equals("non-interactive", StringComparison.OrdinalIgnoreCase))
+ if (arguments.Count() >= 1 && arguments[0].Equals("non-interactive", StringComparison.OrdinalIgnoreCase))
16
17
Console.WriteLine("Running in Non-Interactive mode.");
18
foreach (var benchmarkType in GetBenchmarkTypes())
0 commit comments