You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/performance.yaml
+94-20Lines changed: 94 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Performance tests
1
+
name: Performance
2
2
3
3
on:
4
4
push:
@@ -7,32 +7,45 @@ on:
7
7
8
8
workflow_dispatch:
9
9
inputs:
10
-
session_slug:
11
-
description: "Session slug - for a session in the QA environment. This session MUST HAVE A SESSION DATE FOR TODAY."
10
+
testToRun:
11
+
description: "Test to run"
12
+
type: choice
13
+
options:
14
+
- consent-journey
15
+
- nurse-journey
16
+
URN:
17
+
description: "Required: what URN to run the test against."
12
18
required: true
13
19
type: string
14
20
duration:
15
-
description: "Duration of test, in seconds. This will include ramp-up."
21
+
description: "Optional (default 3600) Duration of selected test in seconds. This will include ramp-up."
16
22
required: false
17
23
type: number
18
24
threads:
19
-
description: "Threads to run. Equivalent to the number of nurses using the system."
25
+
description: "Optional (default 70) Threads to run."
20
26
required: false
21
27
type: number
22
28
ramp_up:
23
-
description: "Ramp-up time in seconds. Threads will be gradually started up over this time."
29
+
description: "Optional (default 900) Ramp-up time in seconds. Threads will be gradually started up over this time."
24
30
required: false
25
31
type: number
26
32
vaccination_loop:
27
-
description: "Vaccination loop. The number of vaccinations each nurse will perform before logging and back in again."
33
+
description: "Optional (default 20) Vaccination loop (nurse journey only). The number of vaccinations each nurse will perform before logging and back in again."
28
34
required: false
29
35
type: number
36
+
row_count:
37
+
description: "Optional (default 1000) number of rows in the cohort file."
0 commit comments