-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PIR] Don't generate 'fixBy' if you don't need to (#5954)
Removes unnecessary generation of `fixBy` when we only need `fix`.
- Loading branch information
1 parent
ef40c38
commit 16be7da
Showing
5 changed files
with
171 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
16be7da
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
.validation-decode-crowdfunding-success-1
235.8
μs224
μs1.05
validation-decode-crowdfunding-success-2
237.1
μs224.4
μs1.06
validation-decode-crowdfunding-success-3
237.2
μs224.8
μs1.06
validation-decode-escrow-redeem_1-2
318.6
μs299.7
μs1.06
validation-decode-escrow-redeem_2-2
316.9
μs300.7
μs1.05
This comment was automatically generated by workflow using github-action-benchmark.
CC: @input-output-hk/plutus-core