We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a51086 commit 1e57a08Copy full SHA for 1e57a08
build/grpc-v2-scenarios.yml
@@ -80,9 +80,9 @@ parameters:
80
type: object
81
default:
82
- displayName: "Streams: 1"
83
- arguments: --variable streams=1 --variable connections=64 --property streams=1
+ arguments: --variable streams=1 --variable connections=$(h2loadConnectionsCount) --variable threads=$(h2loadConnectionsCount) --property streams=1
84
- displayName: "Streams: 70"
85
- arguments: --variable streams=70 --variable connections=64 --property streams=70
+ arguments: --variable streams=70 --variable connections=$(h2loadConnectionsCount) --variable threads=$(h2loadConnectionsCount) --property streams=70
86
87
steps:
88
- ${{ each s in parameters.h2loadscenarios }}:
0 commit comments