Skip to content

Commit 1bfcdff

Browse files
author
Petr Sramek
committed
okay try it
1 parent ea45494 commit 1bfcdff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

benchmarks/PolylineAlgorithm.Benchmarks/Program.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ namespace PolylineAlgorithm.Benchmarks;
99

1010
internal class Program {
1111
static void Main(string[] args) {
12-
BenchmarkRunner
13-
.Run<EncodeBenchmark>();
14-
BenchmarkRunner
15-
.Run<DecodeBenchmark>();
12+
BenchmarkSwitcher
13+
.FromAssembly(typeof(Program).Assembly)
14+
.Run(args);
1615
}
1716
}

0 commit comments

Comments
 (0)