Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions phoronix/run_phoronix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ fi
if [[ "$sub_test" != "cassandra" ]] && [[ $sub_test != "phpbench" ]]; then
echo $test_index > /tmp/ph_opts
if [[ "$sub_test" == "redis" ]] || [[ "$sub_test" == "cockroach" ]]; then
echo $test_index_1 >> /tmp/ph_opts
echo $test_index1 >> /tmp/ph_opts
fi
if [[ "$sub_test" == "apache-iotdb" ]]; then
echo $test_index >> /tmp/ph_opts
Expand Down Expand Up @@ -293,5 +293,5 @@ $TOOLS_BIN/test_header_info --front_matter --results_file results_${sub_test}.cs
#
$run_dir/reduce_phoronix --sub_test $sub_test --out_file results_${sub_test}.csv --in_file /tmp/results_${test_name}_${to_tuned_setting}.out
popd > /dev/null
${curdir}/test_tools/save_results --curdir $curdir --home_root $to_home_root --copy_dir "$RESULTSDIR ${pcpdir}" --test_name $test_name --tuned_setting $to_tuned_setting --version none --user $to_user
${curdir}/test_tools/save_results --curdir $curdir --home_root $to_home_root --copy_dir "$RESULTSDIR ${pcpdir}" --test_name phoronix_${sub_test} --tuned_setting $to_tuned_setting --version none --user $to_user
exit $rtc