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 ea45494 commit 1bfcdffCopy full SHA for 1bfcdff
benchmarks/PolylineAlgorithm.Benchmarks/Program.cs
@@ -9,9 +9,8 @@ namespace PolylineAlgorithm.Benchmarks;
9
10
internal class Program {
11
static void Main(string[] args) {
12
- BenchmarkRunner
13
- .Run<EncodeBenchmark>();
14
15
- .Run<DecodeBenchmark>();
+ BenchmarkSwitcher
+ .FromAssembly(typeof(Program).Assembly)
+ .Run(args);
16
}
17
0 commit comments