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 cd03358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion perfmetrics/scripts/fio/fio_metrics_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,4 +667,4 @@ def test_get_metrics_for_multiple_jobs_job_options(self):
self.assertEqual(expected_metrics, extracted_metrics)

if __name__ == '__main__':
unittest.main()
unittest.main()
2 changes: 0 additions & 2 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 Down

0 comments on commit cd03358

Please sign in to comment.