Skip to content

Commit

Permalink
Update version of github-action-benchmark to v1.20.3 (#6240)
Browse files Browse the repository at this point in the history
* Update version of github-action-benchmark to v1.20.3

* Fix bug in triage-label.yml
  • Loading branch information
zeme-wana authored Jun 25, 2024
1 parent 6357d23 commit 6900c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/longitudinal-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: git config core.hooksPath no-hooks

- name: Deploy Results
uses: benchmark-action/github-action-benchmark@master
uses: benchmark-action/github-action-benchmark@v1.20.3
with:
name: Plutus Benchmarks
tool: 'customSmallerIsBetter'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: "🏷️ Triage Label"

on:
pull_request:
issues:
types: [ opened, reopened ]

jobs:
Expand Down

1 comment on commit 6900c42

@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: 6900c42 Previous: 3ab37c5 Ratio
validation-decode-auction_1-4 203.8 μs 193.7 μs 1.05
validation-decode-auction_2-1 203.7 μs 193 μs 1.06
validation-decode-auction_2-5 203.6 μs 190.3 μs 1.07
validation-decode-crowdfunding-success-1 244.9 μs 232.3 μs 1.05
validation-decode-crowdfunding-success-2 244.8 μs 232.4 μs 1.05
validation-decode-crowdfunding-success-3 245.3 μs 232 μs 1.06
validation-decode-currency-1 244.2 μs 229.2 μs 1.07
validation-decode-escrow-redeem_1-1 327.4 μs 310.6 μs 1.05
validation-decode-escrow-redeem_1-2 328.7 μs 310.1 μs 1.06
validation-decode-escrow-redeem_2-1 328.1 μs 309.3 μs 1.06
validation-decode-escrow-redeem_2-2 329.6 μs 310.4 μs 1.06
validation-decode-escrow-redeem_2-3 327.8 μs 310.4 μs 1.06
validation-decode-escrow-refund-1 328.8 μs 311.1 μs 1.06
validation-decode-future-increase-margin-1 244.7 μs 231 μs 1.06
validation-decode-future-increase-margin-2 328.2 μs 311.5 μs 1.05
validation-decode-future-increase-margin-3 330.2 μs 311.2 μs 1.06
validation-decode-stablecoin_2-2 169.6 μs 160.8 μs 1.05
validation-decode-stablecoin_2-4 169.6 μs 160.7 μs 1.06
validation-decode-uniswap-6 186.3 μs 176.8 μs 1.05

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

CC: @IntersectMBO/plutus-core

Please sign in to comment.