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 86fd540 commit e9d15edCopy full SHA for e9d15ed
.github/workflows/dotnet.yml
@@ -85,7 +85,7 @@ jobs:
85
merge-multiple: true
86
- name: Decode Benchmark
87
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
88
- run: dotnet run --no-restore --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
+ run: dotnet run --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
89
- name: Encode Benchmark
90
91
- run: dotnet run --no-restore --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
+ run: dotnet run --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
0 commit comments