Skip to content

Commit

Permalink
Use top-level file in write benchmark (#613)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Passaro <[email protected]>
  • Loading branch information
passaro authored Nov 18, 2023
1 parent 7d38be7 commit aeb5574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountpoint-s3/scripts/fs_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ write_benchmark () {
fi

# set bench file
bench_file=${mount_dir}/${job_name}_${RANDOM}.dat
bench_file=${job_name}_${RANDOM}.dat

# run the benchmark
run_fio_job $job_file $bench_file $mount_dir $log_dir
Expand Down

0 comments on commit aeb5574

Please sign in to comment.