File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 81
81
path : .
82
82
merge-multiple : true
83
83
- name : Decode Benchmark
84
- working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
85
- run : dotnet run --no-restore --no-build --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
84
+ run : dotnet run --no-restore --no-build --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
86
85
- name : Encode Benchmark
87
- working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
88
- run : dotnet run --no-restore --no-build --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
86
+ run : dotnet run --no-restore --no-build --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
You can’t perform that action at this time.
0 commit comments