Skip to content

Commit 0055ec0

Browse files
authored
Update proxies-custom-scenarios.yml
1 parent 678209b commit 0055ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/proxies-custom-scenarios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ parameters:
3939
type: object
4040
default:
4141
- displayName: "100KB-https/https-2000rps-4cores"
42-
arguments: --variable rate=1000 --property rate=2000 --variable path=/?s=102400 --property payload=102400 --property body=0 --property headers=plaintext --application.cpuSet 0-3 --property cpu=4 --property scenario=100KB-https/https-2000rps-4cores
42+
arguments: --variable rate=2000 --property rate=2000 --variable path=/?s=102400 --property payload=102400 --property body=0 --property headers=plaintext --application.cpuSet 0-3 --property cpu=4 --property scenario=100KB-https/https-2000rps-4cores
4343
- displayName: "100KB-https/https-2000rps-8cores"
44-
arguments: --variable rate=1000 --property rate=2000 --variable path=/?s=102400 --property payload=102400 --property body=0 --property headers=plaintext --application.cpuSet 0-7 --property cpu=8 --property scenario=100KB-https/https-2000rps-8cores
44+
arguments: --variable rate=2000 --property rate=2000 --variable path=/?s=102400 --property payload=102400 --property body=0 --property headers=plaintext --application.cpuSet 0-7 --property cpu=8 --property scenario=100KB-https/https-2000rps-8cores
4545

4646
steps:
4747
- ${{ each s in parameters.scenarios }}:

0 commit comments

Comments
 (0)