Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Jun 14, 2024
1 parent 99b3df1 commit cc23cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/display_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function display_results {
echo "|---|---|---|---|---|" | tee -a $output $output_pr
echo "|Total Run|$cpu_avg|$total_energy|$power_avg|$total_time|" | tee -a $output $output_pr
#display measurument lines in table summary
for (( i=1; i<=$max_measurement_number; i++ ))
for (( i=1; i<=$MEASUREMENT_COUNT; i++ ))
do
echo "|$(eval echo \$MEASUREMENT_${i}_LABEL)|$(eval echo \$MEASUREMENT_${i}_CPU_AVG)|$(eval echo \$MEASUREMENT_${i}_TOTAL_ENERGY)|$(eval echo \$MEASUREMENT_${i}_POWER_AVG)|$(eval echo \$MEASUREMENT_${i}_TIME)|" | tee -a $output $output_pr
done
Expand Down

0 comments on commit cc23cc1

Please sign in to comment.