Skip to content

Commit

Permalink
[testing] Enhancement: Turn on more clients
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzhang committed Dec 1, 2023
1 parent 1176ac8 commit 76bd8fa
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tools/ci/config/ci_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,22 @@ catnap:
nclients: 32
run_mode: concurrent
who_closes: server
scenario4:
nclients: 1000
run_mode: sequential
who_closes: client
scenario5:
nclients: 1000
run_mode: sequential
who_closes: server
scenario6:
nclients: 1000
run_mode: concurrent
who_closes: client
scenario7:
nclients: 1000
run_mode: concurrent
who_closes: server
tcp_echo:
scenario0:
bufsize: 64
Expand All @@ -123,6 +139,26 @@ catnap:
nclients: 32
nrequests: 100
run_mode: concurrent
scenario4:
bufsize: 64
nclients: 10000
nrequests: 100
run_mode: sequential
scenario5:
bufsize: 1024
nclients: 1000
nrequests: 100
run_mode: sequential
scenario6:
bufsize: 64
nclients: 1000
nrequests: 100
run_mode: concurrent
scenario7:
bufsize: 1024
nclients: 1000
nrequests: 100
run_mode: concurrent
tcp_ping_pong: {}
tcp_push_pop: {}
tcp_wait:
Expand Down

0 comments on commit 76bd8fa

Please sign in to comment.