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 7979 merge-multiple : true
8080 - name : Decode Benchmark
8181 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*'
8383 - name : Encode Benchmark
8484 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