Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3505480
D4725.id15279.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
567 B
Referenced Files
None
Subscribers
None
D4725.id15279.diff
View Options
diff --git a/services/scripts/run_performance_tests.sh b/services/scripts/run_performance_tests.sh
--- a/services/scripts/run_performance_tests.sh
+++ b/services/scripts/run_performance_tests.sh
@@ -30,7 +30,7 @@
export COMM_NUMBER_OF_THREADS="$2"
if [[ "$1" == "all" ]]; then
- for SERVICE in "$SERVICES"; do
+ for SERVICE in $SERVICES; do
run_performance_test "$SERVICE"
done
exit 0;
@@ -47,6 +47,7 @@
SCRIPT_DIR=$(cd "$(dirname "$0")"; pwd -P)
set -o allexport
+# shellcheck source=/dev/null
source "$SCRIPT_DIR/../.env"
set +o allexport
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 1:40 PM (19 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2687302
Default Alt Text
D4725.id15279.diff (567 B)
Attached To
Mode
D4725: [services] Clean up `run_performance_tests.sh` using ShellCheck
Attached
Detach File
Event Timeline
Log In to Comment