add each parameter selection strategy.

This commit is contained in:
徐聪
2022-01-05 14:54:07 +08:00
parent ca43c74cad
commit 698aea3082
3 changed files with 21 additions and 14 deletions

View File

@@ -9,10 +9,10 @@
"username-password": "${parameterize(examples/account.csv)}"
},
"parameters_setting": {
"strategy": [
"random",
"sequential"
],
"strategy": {
"user_agent": "sequential",
"username-password": "random"
},
"iteration": 10
},
"variables": {