Skip to content

Commit

Permalink
switch from read_cache_release branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Apr 29, 2024
1 parent c2f83f7 commit ecb0ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perfmetrics/scripts/read_cache/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ export WORKING_DIR=$WD
echo "export WORKING_DIR=$WD" >> ~/.bashrc

# Install gcsfuse.
CGO_ENABLED=0 go install github.com/googlecloudplatform/gcsfuse@read_cache_release
CGO_ENABLED=0 go install github.com/googlecloudplatform/gcsfuse@master

# Clone gcsfuse to get fio load test script.
if [ ! -d "./gcsfuse" ]; then
git clone -b read_cache_release https://github.com/GoogleCloudPlatform/gcsfuse.git
git clone -b master https://github.com/GoogleCloudPlatform/gcsfuse.git
fi

# Mount gcsfuse.
Expand Down

0 comments on commit ecb0ab7

Please sign in to comment.