Skip to content

Commit 1e57a08

Browse files
committed
Set h2load thread count
1 parent 0a51086 commit 1e57a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/grpc-v2-scenarios.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ parameters:
8080
type: object
8181
default:
8282
- displayName: "Streams: 1"
83-
arguments: --variable streams=1 --variable connections=64 --property streams=1
83+
arguments: --variable streams=1 --variable connections=$(h2loadConnectionsCount) --variable threads=$(h2loadConnectionsCount) --property streams=1
8484
- displayName: "Streams: 70"
85-
arguments: --variable streams=70 --variable connections=64 --property streams=70
85+
arguments: --variable streams=70 --variable connections=$(h2loadConnectionsCount) --variable threads=$(h2loadConnectionsCount) --property streams=70
8686

8787
steps:
8888
- ${{ each s in parameters.h2loadscenarios }}:

0 commit comments

Comments
 (0)