stress test with artillery
This commit is contained in:
13
class101/artillery-script/cpu-test.yaml
Normal file
13
class101/artillery-script/cpu-test.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
config:
|
||||
target: "http://34.64.81.243"
|
||||
phases:
|
||||
- duration: 60
|
||||
arrivalRate: 15
|
||||
name: Warm up
|
||||
|
||||
scenarios:
|
||||
# We define one scenario:
|
||||
- name: "just get hash"
|
||||
flow:
|
||||
- get:
|
||||
url: "/hash/123"
|
||||
1328
class101/artillery-script/report.json
Normal file
1328
class101/artillery-script/report.json
Normal file
File diff suppressed because it is too large
Load Diff
1205
class101/artillery-script/report.json.html
Normal file
1205
class101/artillery-script/report.json.html
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user