-
Notifications
You must be signed in to change notification settings - Fork 3
/
latency.yml
43 lines (40 loc) · 960 Bytes
/
latency.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
# vi: expandtab shiftwidth=2 softtabstop=2
# First scenario is configured as warmup and it will also tune the default ingress-controller to assign the router pods to the infra nodes
- termination: http
connections: 200
samples: 2
duration: 3m
path: /1024.html
concurrency: 1
tool: hloader
serverReplicas: 45
tuningPatch: '{"spec":{"nodePlacement": {"nodeSelector": {"matchLabels": {"node-role.kubernetes.io/infra": ""}}}, "replicas": 2}}'
delay: 10s
requestTimeout: 10s
warmup: true
requestRate: 5000
http2: true
- termination: http
connections: 200
samples: 2
duration: 3m
path: /1024.html
concurrency: 1
tool: hloader
serverReplicas: 45
requestTimeout: 10s
delay: 10s
requestRate: 5000
http2: true
- termination: edge
connections: 200
samples: 2
duration: 3m
path: /1024.html
concurrency: 1
tool: hloader
serverReplicas: 45
requestTimeout: 10s
delay: 10s
requestRate: 5000
http2: true