From a2b62e61861251b26ac0b4fae25dad58c87ae260 Mon Sep 17 00:00:00 2001 From: David Valin Date: Tue, 21 Oct 2025 04:49:08 -0400 Subject: [PATCH 1/3] Update the results to reflect what the zathras wrapper is looking for. --- phoronix/run_phoronix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoronix/run_phoronix.sh b/phoronix/run_phoronix.sh index 3190620..46d180e 100755 --- a/phoronix/run_phoronix.sh +++ b/phoronix/run_phoronix.sh @@ -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 ph_${sub_test} --tuned_setting $to_tuned_setting --version none --user $to_user exit $rtc From cab2467793a5a4bd9adfd344befd0461e856c89a Mon Sep 17 00:00:00 2001 From: David Valin Date: Wed, 22 Oct 2025 04:44:40 -0400 Subject: [PATCH 2/3] test_index_1 should be test_index, else cockroach will not run. --- phoronix/run_phoronix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoronix/run_phoronix.sh b/phoronix/run_phoronix.sh index 46d180e..4b73900 100755 --- a/phoronix/run_phoronix.sh +++ b/phoronix/run_phoronix.sh @@ -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 From 39ff085f78509a6e2e543a07411e3a54925d6ee5 Mon Sep 17 00:00:00 2001 From: David Valin Date: Tue, 28 Oct 2025 10:45:18 -0400 Subject: [PATCH 3/3] Use phoronix_ instead of ph_ for results prefix --- phoronix/run_phoronix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoronix/run_phoronix.sh b/phoronix/run_phoronix.sh index 4b73900..8d8b843 100755 --- a/phoronix/run_phoronix.sh +++ b/phoronix/run_phoronix.sh @@ -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 ph_${sub_test} --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