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 3bceafe commit a463456Copy full SHA for a463456
benchmarks/PolylineAlgorithm.Benchmarks/Program.cs
@@ -7,7 +7,7 @@ namespace PolylineAlgorithm.Benchmarks {
7
using BenchmarkDotNet.Running;
8
9
internal class Program {
10
- static void Main(string[] args) {
+ static void Main(string[] _) {
11
BenchmarkRunner
12
.Run<PolylineEncodingBenchmark>();
13
}
benchmarks/PolylineAlgorithm.Implementation.Benchmarks/Program.cs
@@ -7,7 +7,7 @@ namespace PolylineAlgorithm.Implementation.Benchmarks {
.Run<EncodePerformanceBenchmark>();
0 commit comments