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 f776ed3 commit b8344f4Copy full SHA for b8344f4
.github/workflows/benchmark.yml
@@ -62,4 +62,4 @@ jobs:
62
merge-multiple: true
63
- name: Benchmark
64
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
65
- run: dotnet run -c Release -f net9.0 --runtimes netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 net5.0 net6.0 net7.0 net8.0 net9.0 --filter '*Benchmark*'
+ run: dotnet run -c Release -f net9.0 --runtimes netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 net5.0 net6.0 net7.0 net8.0 net9.0 --filter *
0 commit comments