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 79
79
merge-multiple : true
80
80
- name : Decode Benchmark
81
81
working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
82
- run : dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 -- filter '*DecodeBenchmark*'
82
+ run : dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
83
83
- name : Encode Benchmark
84
84
working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
85
- run : dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 -- filter '*EncodeBenchmark*'
85
+ run : dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
You can’t perform that action at this time.
0 commit comments