Skip to content

Commit

Permalink
Fix cache benchmark to include results for read skip test. (#934)
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Santana <hernaa@amazon.com>
  • Loading branch information
arsh committed Jul 9, 2024
1 parent becbd55 commit 5855859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mountpoint-s3/scripts/fs_cache_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ run_fio_job() {
then $job.read.bw / 1024
elif ($job."job options".rw == "randread") then $job.read.bw / 1024
elif ($job."job options".rw == "randwrite") then $job.write.bw / 1024
elif ($job."job options".rw | startswith("read")) then $job.read.bw / 1024
else $job.write.bw / 1024 end)) | {name: .name, value: (.value / .len), unit: "MiB/s"}' ${results_dir}/${job_name}_iter*.json | tee ${results_dir}/${job_name}_parsed.json
}

Expand Down

0 comments on commit 5855859

Please sign in to comment.