-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix invalid capacity bug for distinct user mode
- Loading branch information
1 parent
f835fec
commit 1b01d60
Showing
4 changed files
with
69 additions
and
2 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
config/config_testdata/benchmark/config_distinct_user.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"iteration_count": 100, | ||
"engine_mode": "ddosify", | ||
"load_type": "linear", | ||
"duration": 10, | ||
"steps": [ | ||
{ | ||
"id": 1, | ||
"url": "{{HTTPBIN}}/json", | ||
"name": "JSON", | ||
"method": "GET", | ||
"others": { | ||
"h2": false, | ||
"disable-redirect": true, | ||
"disable-compression": false | ||
} | ||
} | ||
], | ||
"output": "stdout", | ||
"env":{ | ||
"HTTPBIN" : "https://httpbin.ddosify.com" | ||
}, | ||
"debug" : false, | ||
"engine-mode": "distinct-user" | ||
} |
25 changes: 25 additions & 0 deletions
25
config/config_testdata/benchmark/config_repeated_user.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"iteration_count": 100, | ||
"engine_mode": "ddosify", | ||
"load_type": "linear", | ||
"duration": 10, | ||
"steps": [ | ||
{ | ||
"id": 1, | ||
"url": "{{HTTPBIN}}/json", | ||
"name": "JSON", | ||
"method": "GET", | ||
"others": { | ||
"h2": false, | ||
"disable-redirect": true, | ||
"disable-compression": false | ||
} | ||
} | ||
], | ||
"output": "stdout", | ||
"env":{ | ||
"HTTPBIN" : "https://httpbin.ddosify.com" | ||
}, | ||
"debug" : false, | ||
"engine-mode": "distinct-user" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters