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 ed2e717 commit f06c947
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions benchmark/fio_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ read_fio_benchmark () {

./blobfuse2 unmount all
sleep 5

rm -rf ~/.blobfuse2/*
done
}

Expand All @@ -103,6 +105,8 @@ write_fio_benchmark () {

./blobfuse2 unmount all
sleep 5

rm -rf ~/.blobfuse2/*
done
}

Expand All @@ -122,6 +126,8 @@ multi_threaded_fio_benchmark () {

./blobfuse2 unmount all
sleep 5

rm -rf ~/.blobfuse2/*
done
}

Expand Down Expand Up @@ -152,15 +158,14 @@ write_fio_benchmark
sleep 10

# Execute read benchmark using fio
read_fio_benchmark
sleep 10
#read_fio_benchmark
#sleep 10

# Execute multi-threaded benchmark using fio
multi_threaded_fio_benchmark
sleep 10
#multi_threaded_fio_benchmark
#sleep 10

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


# Merge all results and geenrate a json summary

Check failure on line 170 in benchmark/fio_bench.sh

View workflow job for this annotation

GitHub Actions / Check for spelling errors

geenrate ==> generate
jq -n '[inputs]' ${output}/*_summary.json | tee ./benchmark/results.json

0 comments on commit f06c947

Please sign in to comment.