feat: support think time for load testing #120

This commit is contained in:
xucong053
2022-03-22 00:40:55 +08:00
parent b367a68d9b
commit 71b2587e58
11 changed files with 380 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ var (
demoTestCaseYAMLPath TestCasePath = "examples/demo.yaml"
demoRefAPIYAMLPath TestCasePath = "examples/ref_api_test.yaml"
demoRefTestCaseJSONPath TestCasePath = "examples/ref_testcase_test.json"
demoThinkTimeJsonPath TestCasePath = "examples/think_time_test.json"
demoAPIYAMLPath APIPath = "examples/api/put.yml"
)