Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhansa-msft committed Mar 1, 2024
1 parent 134a41c commit e73cbe3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion benchmark/fio_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mount_blobfuse() {
fi

# Wait for daemon to come up and stablise
sleep 3
sleep 5
}

# --------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -137,7 +137,9 @@ prepare_system() {
# Clean storage account before begining the test

Check failure on line 137 in benchmark/fio_bench.sh

View workflow job for this annotation

GitHub Actions / Check for spelling errors

begining ==> beginning
mount_blobfuse
rm -rf ${mount_dir}/*

./blobfuse2 unmount all
sleep 5
}


Expand All @@ -147,12 +149,16 @@ prepare_system

# Execute write benchmark using fio
write_fio_benchmark
sleep 10

# Execute read benchmark using fio
read_fio_benchmark
sleep 10

# Execute multi-threaded benchmark using fio
multi_threaded_fio_benchmark
sleep 10

# --------------------------------------------------------------------------------------------------


Expand Down

0 comments on commit e73cbe3

Please sign in to comment.