Skip to content

Commit

Permalink
Try yet again (#6472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth MacKenzie authored Sep 12, 2024
1 parent a9b163e commit acdc85e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion plutus-core/plutus-core/src/PlutusCore/Default/Builtins.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}


module PlutusCore.Default.Builtins where

import PlutusPrelude
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci-plutus-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ EOF
./plutus-benchmark/bench-compare-markdown bench-base.log bench-PR.log "${BASE_BRANCH_REF:0:7}" "${PR_BRANCH_REF:0:7}" |
awk -v hdr1="${BASE_BRANCH_REF:0:7}" -v hdr2="${PR_BRANCH_REF:0:7}" '
/^[| \t]*$/ {print "</details>"; next}
/TOTAL/ {printf ("\n| %s | %s | Change |\n| :------| :------: | :------: | :------: |\n", hdr1, hdr2)}
/TOTAL/ {printf ("\n| | %s | %s | Change |\n| :------| :------: | :------: | :------: |\n", hdr1, hdr2)}
{print}'
# ^ This puts </details> after the individual results and puts the TOTAL line in a small table on its own.
} > bench-compare-result.log

1 comment on commit acdc85e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Plutus Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: acdc85e Previous: a9b163e Ratio
validation-decode-crowdfunding-success-1 245.1 μs 231.6 μs 1.06
validation-decode-future-increase-margin-4 697 μs 663.5 μs 1.05

This comment was automatically generated by workflow using github-action-benchmark.

CC: @IntersectMBO/plutus-core

Please sign in to comment.