-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactions.yaml
33 lines (33 loc) · 963 Bytes
/
actions.yaml
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
32
33
run:
description: |
Kickstarts the benchmark.
params:
duration:
type: integer
default: 0
description: |
Sets the number of seconds the test should run each time. Set 0 for continuous running.
clients:
type: integer
default: 10
description: |
Number of Virtual Users (VUs) to run concurrently.
message_size:
type: integer
default: 100
description: |
Sets the size of the message in bytes.
test_indices:
type: string
default: "test"
description: |
Comma-separated list of indices to test against. Each VU will reach to all indices in random order.
cleanup:
type: boolean
default: false
description: |
WRONGLY SETTING THIS PARAMETER TO "true" MAY RESULT IN PERMANENT DATA LOSS!
If true, the test will delete all indices created during the test.
stop:
description: |
Stops the benchmark service.