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 caf8ae9 commit 92b2c2dCopy full SHA for 92b2c2d
.github/workflows/dotnet.yml
@@ -25,12 +25,6 @@ jobs:
25
run: dotnet build --no-restore
26
- name: Test
27
run: dotnet test --no-build --verbosity normal
28
- - name: Decode Benchmark
29
- working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
30
- run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*DecodeBenchmark*'
31
- - name: Encode Benchmark
32
33
- run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*EncodeBenchmark*'
34
benchmark:
35
needs: [build]
36
0 commit comments