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 bd607ec commit 52ebf31Copy full SHA for 52ebf31
.github/workflows/dotnet.yml
@@ -28,4 +28,4 @@ jobs:
28
run: dotnet test --no-build --verbosity normal
29
- name: Benchmark
30
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
31
- run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*PolylineBenchmark*'
+ run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*Benchmark*'
0 commit comments