diff options
author | 2024-12-05 08:49:05 +0000 | |
---|---|---|
committer | 2024-12-05 08:49:05 +0000 | |
commit | cd6fc6bf8fb1d28d741199c07b7dd6ecaac6d6a5 (patch) | |
tree | 7282fd10ced2efedb4837cc63ab61dc209d6fbf3 /k6-tests | |
parent | b6cb094f95fb136a69a019f396965c6f7ee6e23a (diff) | |
parent | 9d14873af2c4f0ca2221b1be3291c039a2e1ac6e (diff) |
Merge "Add persistent storage to prometheus"
Diffstat (limited to 'k6-tests')
-rwxr-xr-x | k6-tests/run-k6-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/run-k6-tests.sh b/k6-tests/run-k6-tests.sh index 8c4048ba8c..74021ec28b 100755 --- a/k6-tests/run-k6-tests.sh +++ b/k6-tests/run-k6-tests.sh @@ -20,7 +20,7 @@ set -o nounset # Disallow expansion of unset variables set -o pipefail # Use last non-zero exit code in a pipeline #set -o xtrace # Uncomment for debugging -# default is empty string, which means performance tests +# Default test profile is kpi. testProfile=${1:-kpi} on_exit() { |