Skip to content

Commit

Permalink
Merge pull request #991 from input-output-hk/pgrange/bench_result
Browse files Browse the repository at this point in the history
Publish end-to-end bench result in PR comment
  • Loading branch information
ch1bo authored Jul 28, 2023
2 parents 8532bdf + 6bd6242 commit 08d15d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
id: comment-body
run: |
# Drop first 5 header lines and demote headlines one level
body="$(cat artifact/transaction-cost.md | sed '1,5d;s/^#/##/')"
body="$(cat <(cat artifact/transaction-cost.md | sed '1,5d;s/^#/##/') <(cat artifact/end-to-end-benchmarks.md | sed '1,5d;s/^#/##/') | grep -v '^:::')"
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
Expand Down

0 comments on commit 08d15d6

Please sign in to comment.