File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ if [ -z "${arrivalRate}" ]; then
2020 exit 1
2121fi
2222
23- if [ -z " ${rampUpDuration} " ]; then
24- echo " rampUpDuration is unset or set to the empty string"
25- exit 1
26- fi
27-
2823if ! [[ " ${environment} " =~ ^(dev| ref)$ ]]
2924then
3025 echo " environment must be dev or ref"
@@ -43,7 +38,6 @@ cat <<EOF > runtimeenv.env
4338maxVusers=$maxVusers
4439duration=$duration
4540arrivalRate=$arrivalRate
46- rampUpDuration=$rampUpDuration
4741EOF
4842
4943echo ${launch_config}
Original file line number Diff line number Diff line change @@ -59,4 +59,4 @@ npx artillery run \
5959 /workspaces/eps-load-test/artillery/cpsu_load_test.yml
6060
6161# Generate a report from the test results
62- npx /workspaces/eps-load-test/ artillery report cpsu_load_test.json
62+ npx artillery report cpsu_load_test.json
Original file line number Diff line number Diff line change @@ -65,4 +65,4 @@ npx artillery run \
6565 /workspaces/eps-load-test/artillery/notify_load_test.yml
6666
6767# Generate a report from the test results
68- npx /workspaces/eps-load-test/ artillery report notify_load_test.json
68+ npx artillery report notify_load_test.json
Original file line number Diff line number Diff line change @@ -71,4 +71,4 @@ npx artillery run \
7171 /workspaces/eps-load-test/artillery/psu_load_test.yml
7272
7373# Generate a report from the test results
74- npx /workspaces/eps-load-test/ artillery report psu_load_test.json
74+ npx artillery report psu_load_test.json
You can’t perform that action at this time.
0 commit comments