Skip to content

Commit

Permalink
#3468 path
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 6, 2024
1 parent e91d350 commit 0c94757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
set -x
sum=$(
printf "\`\`\`text\n"
awk -F ',' '{ arr[$1]+=$2 } END { for (key in arr) printf("%s.xsl\t%s\n", key, arr[key])}' measures.csv | sort -g -k 2 | tac | column -t
awk -F ',' '{ arr[$1]+=$2 } END { for (key in arr) printf("%s.xsl\t%s\n", key, arr[key])}' eo-runtime/measures.csv | sort -g -k 2 | tac | column -t
printf "\`\`\`\n\n"
echo "The results were calculated in [this GHA job][benchmark-gha]"
echo "on $(date +'%Y-%m-%d') at $(date +'%H:%M'),"
Expand Down

0 comments on commit 0c94757

Please sign in to comment.