Skip to content

Commit 92d477a

Browse files
authored
Merge pull request #301 from NHSDigital/perftest-default-values
Update performance-e2e.yaml
2 parents 2241c66 + 90e6d3c commit 92d477a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/performance-e2e.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,27 @@ on:
2525
description: "Optional (default 3600) Duration of nurse journey test, in seconds. This will include ramp-up."
2626
required: false
2727
type: string
28+
default: '3600'
2829
threads:
2930
description: "Optional (default 70) Threads to run. Equivalent to the number of nurses using the system."
3031
required: false
3132
type: string
33+
default: '70'
3234
ramp_up:
3335
description: "Optional (default 900) Ramp-up time in seconds. Threads will be gradually started up over this time."
3436
required: false
3537
type: string
38+
default: '900'
3639
vaccination_loop:
3740
description: "Optional (default 20) Vaccination loop. The number of vaccinations each nurse will perform before logging and back in again."
3841
required: false
3942
type: string
43+
default: '20'
4044
row_count:
4145
description: "Optional (default 1000) number of rows in the cohort file."
4246
required: false
4347
type: string
44-
45-
46-
# env:
47-
# JMETER_PLUGIN_INSTALL_LIST: "jpgc-udp,jpgc-graphs-basic,jpgc-dummy,bzm-random-csv"
48+
default: '1000'
4849

4950
jobs:
5051
nurse_journey_performance_test:

0 commit comments

Comments
 (0)