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