-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
61 lines (61 loc) · 1.48 KB
/
config.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
scenarios:
- engine: ws
flow:
- loop:
- function: "createMessage"
- send: "{{ message }}"
count: 50
config:
processor: "./processor.js"
environments:
prod:
target: ws://127.0.0.1:7000
phases:
- duration: 10
arrivalRate: 100
local:
target: ws://127.0.0.1:8008
phases:
- duration: 10
arrivalRate: 100
variables:
# privateKey: "001122...eeffcc" # comment to auto-generate random private keys
kind: # use range 20000-29999 only
- "29990"
- "29991"
- "29992"
- "29993"
- "29994"
- "29995"
- "29996"
- "29997"
- "29998"
- "29999"
tags:
- '[["client", "nostrillery"]]'
content:
- "Performance test 01"
- "Performance test 02"
- "Performance test 03"
- "Performance test 04"
- "Performance test 05"
- "Performance test 06"
- "Performance test 07"
- "Performance test 08"
- "Performance test 09"
- "Performance test 10"
- "Performance test 11"
- "Performance test 12"
- "Performance test 13"
- "Performance test 14"
- "Performance test 15"
- "Performance test 16"
- "Performance test 17"
- "Performance test 18"
- "Performance test 19"
- "Performance test 20"
- "Performance test 21"
- "Performance test 22"
- "Performance test 23"
- "Performance test 24"
- "Performance test 25"