Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 23, 2024
1 parent 0beeca4 commit c629360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_programs/compilation_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ for dir in ${tests_to_profile[@]}; do
AVG_TIME=$(awk -v RS=" " '
{
# Times are formatted annoyingly so we need to parse it.
"../../parse_time.sh "$1 | getline current_time
close("../../parse_time.sh "$1)
"./parse_time.sh "$1 | getline current_time
close("./parse_time.sh "$1)
sum += current_time;
n++;
}
Expand Down

0 comments on commit c629360

Please sign in to comment.