-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.performanceTestingBot
31 lines (31 loc) · 1 KB
/
.performanceTestingBot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
project_name: TestMyAPI
verification_url: https://ltino1c562.execute-api.us-east-1.amazonaws.com/default/performanceTestingVerificationTest
throughput_tests:
- name: Test GET the API
base_branch: master
endpoint: https://puxeodwjp0.execute-api.us-east-1.amazonaws.com/default/performanceBotExampleGET
headers:
- Accept: application/json
- SomeHeader: SomeValue
http_type: GET
test_time_seconds: 10
tps: 20
- name: "Test the PUT API"
base_branch: master
compare_branch: "jeffm14vt-patch-3"
test_time_seconds: 5
tps: 10
http_type: POST
payload: '{"Data": "More Data"}'
headers:
- Bearer Token: application/json
endpoint: "https://gwuwuuu4c1.execute-api.us-east-1.amazonaws.com/default/performanceBotExamplePOST"
stress_tests:
- name: Stress test the GET API
base_branch: master
compare_branch: stress_test
endpoint: https://puxeodwjp0.execute-api.us-east-1.amazonaws.com/default/performanceBotExampleGET
headers:
- Accept: application/json
- SomeHeader: SomeValue
http_type: GET