Skip to content

Commit

Permalink
Merge pull request #10 from redhat-performance/pbench_stats
Browse files Browse the repository at this point in the history
pbench stats
  • Loading branch information
dvalinrh authored Jun 17, 2022
2 parents 6a2d95b + bdd97f6 commit 9026150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fio/fio_run
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ pbench_fio_execute()
report_info "pbench-fio ${pbench_target} --block-sizes ${block_size} --iodepth ${iodepth} --numjobs ${njobs} --ioengine ${ioengine} -t ${test_type} --config ${local_config} ${pbench_options} --runtime ${run_time} --samples ${pbench_samples} --file-size $disk_size"
pbench-fio $pbench_target --block-sizes ${block_size} --iodepth $iodepth --numjobs $njobs --ioengine $ioengine --test-types $test_type --config $local_config ${pbench_options} --runtime ${run_time} --samples ${pbench_samples} --file-size $disk_size
else
$TOOLS_BIN/execute_pbench --cmd_executing "$0" $arguments --test $test_name --spacing 11
$TOOLS_BIN/execute_via_pbench --cmd_executing "$0" $arguments --test $test_name --spacing 11 --pbench_stats $to_pstats
exit
fi
}
Expand Down

0 comments on commit 9026150

Please sign in to comment.