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 d8ab405 commit 05b6ba1
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 @@ -25,7 +25,7 @@ function display_results {
total_energy=$(awk '{sum+=$1} END {print sum}' /tmp/eco-ci/energy-total.txt)
total_time=$(($(date +%s) - $(cat /tmp/eco-ci/timer-total.txt)))
power_acc=$(awk '{ total += $1; } END { print total }' /tmp/eco-ci/energy-total.txt)
total_power=$(echo "scale=2; $power_acc / $total_time" | bc -l)
power_avg=$(echo "scale=2; $power_acc / $total_time" | bc -l)

## Gitlab Specific Output
if [[ $source == 'gitlab' ]]; then
Expand Down

0 comments on commit 05b6ba1

Please sign in to comment.