Skip to content

Commit

Permalink
fix periodic perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Nov 11, 2023
1 parent 78c87aa commit 6adea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfmetrics/scripts/run_load_test_and_fetch_metrics.sh
Expand Up @@ -35,7 +35,7 @@ echo "Mounting gcs bucket"
mkdir -p gcs
GCSFUSE_FLAGS=$1
UPLOAD_FLAGS=$2
BUCKET_NAME=periodic-perf-tests
BUCKET_NAME="periodic-perf-tests${EXPERIMENT_NUMBER}"
MOUNT_POINT=gcs
# The VM will itself exit if the gcsfuse mount fails.
gcsfuse $GCSFUSE_FLAGS $BUCKET_NAME $MOUNT_POINT
Expand Down

0 comments on commit 6adea5e

Please sign in to comment.