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 5463510 commit 70df963Copy full SHA for 70df963
.github/workflows/dotnet.yml
@@ -81,6 +81,8 @@ jobs:
81
path: .
82
merge-multiple: true
83
- name: Decode Benchmark
84
+ working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
85
run: dotnet run --no-restore --no-build --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
86
- name: Encode Benchmark
87
88
run: dotnet run --no-restore --no-build --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
0 commit comments