Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Oct 26, 2023
1 parent 794118b commit 3ffaebc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions perfmetrics/scripts/run_load_test_and_fetch_metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ set -e

echo "Installing pip"
sudo apt-get install pip -y

echo "Installing fio"
# install libaio as fio has a dependency on libaio
sudo apt-get install libaio-dev
Expand All @@ -32,7 +31,6 @@ git checkout c5d8ce3fc736210ded83b126c71e3225c7ffd7c9 && \

cd "${KOKORO_ARTIFACTS_DIR}/github/gcsfuse/perfmetrics/scripts"


echo "Mounting gcs bucket"
mkdir -p gcs
GCSFUSE_FLAGS=$1
Expand All @@ -54,4 +52,4 @@ echo Installing requirements..
pip install --require-hashes -r requirements.txt --user
gsutil cp gs://periodic-perf-tests/creds.json gsheet
echo Fetching results..
python3 fetch_metrics.py fio-output.json $UPLOAD_FLAGS
python3 fetch_metrics.py fio-output.json $UPLOAD_FLAGS

0 comments on commit 3ffaebc

Please sign in to comment.