Skip to content

Commit

Permalink
space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 8, 2024
1 parent 1fcd7dc commit 56dd570
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 @@ -55,7 +55,7 @@ jobs:
echo "on $(date +'%Y-%m-%d') at $(date +'%H:%M'),"
echo "on $(uname) with $(nproc --all) CPUs."
echo "The total is $(awk -F ',' '{s+=$2} END {print s}' eo-runtime/measures.csv) milliseconds."
echo "We show only the first ${max} most expensive XSL stylesheets."
echo "We show only the first ${max} most expensive XSL stylesheets."
)
export sum
perl -i -0777 -pe 's/(?<=<!-- benchmark_begin -->).*(?=<!-- benchmark_end -->)/\n\n$ENV{sum}\n\n/gs;' README.md
Expand Down

0 comments on commit 56dd570

Please sign in to comment.