-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kwxm/conformance/improve filename check (#6730)
* Fix incorrect filename * Fix bad syntax in listData test * WIP * WIP * Improve checks in file discovery code and update README * Rearrange some monadic code
- Loading branch information
Showing
2 changed files
with
75 additions
and
52 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
d061d75
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-auction_2-5
200.6
μs189.7
μs1.06
validation-decode-crowdfunding-success-1
245.4
μs231.3
μs1.06
validation-decode-crowdfunding-success-2
246
μs230.7
μs1.07
validation-decode-crowdfunding-success-3
246.1
μs230.7
μs1.07
validation-decode-currency-1
242.7
μs227.4
μs1.07
validation-decode-escrow-redeem_1-1
331.9
μs310.8
μs1.07
validation-decode-escrow-redeem_1-2
331.5
μs310.8
μs1.07
validation-decode-escrow-redeem_2-1
332.3
μs312.9
μs1.06
validation-decode-escrow-redeem_2-2
330.4
μs313.2
μs1.05
validation-decode-escrow-redeem_2-3
331.2
μs312.8
μs1.06
validation-decode-escrow-refund-1
331
μs312.4
μs1.06
validation-decode-future-increase-margin-1
242
μs227.8
μs1.06
validation-decode-future-increase-margin-2
331.8
μs312.2
μs1.06
validation-decode-future-increase-margin-3
331.7
μs314.9
μs1.05
validation-decode-future-increase-margin-4
698.2
μs664.8
μs1.05
validation-decode-future-pay-out-1
241.4
μs228.1
μs1.06
validation-decode-future-pay-out-3
333
μs312.2
μs1.07
validation-decode-future-pay-out-4
695.2
μs661.4
μs1.05
validation-decode-future-settle-early-1
242.6
μs228.6
μs1.06
validation-decode-future-settle-early-2
332.8
μs313.6
μs1.06
validation-decode-future-settle-early-3
331.5
μs315.4
μs1.05
validation-decode-game-sm-success_1-2
171.7
μs161.5
μs1.06
validation-decode-game-sm-success_1-4
171.6
μs161.5
μs1.06
validation-decode-game-sm-success_2-2
172.2
μs159.3
μs1.08
validation-decode-game-sm-success_2-3
534.1
μs507.7
μs1.05
validation-decode-game-sm-success_2-4
172.2
μs159.9
μs1.08
validation-decode-game-sm-success_2-5
534
μs507
μs1.05
validation-decode-game-sm-success_2-6
171.7
μs160.8
μs1.07
validation-decode-multisig-sm-2
594.6
μs564.8
μs1.05
validation-decode-multisig-sm-8
592.4
μs563.5
μs1.05
validation-decode-multisig-sm-10
594.2
μs564.8
μs1.05
validation-decode-ping-pong-1
502
μs474.1
μs1.06
validation-decode-ping-pong_2-1
500.5
μs474.6
μs1.05
validation-decode-prism-1
166.8
μs156.4
μs1.07
validation-decode-prism-3
244
μs230
μs1.06
validation-decode-pubkey-1
170.2
μs159.9
μs1.06
validation-decode-stablecoin_1-2
171.9
μs160.2
μs1.07
validation-decode-stablecoin_1-4
171.4
μs160.4
μs1.07
validation-decode-stablecoin_1-5
882.1
μs839.2
μs1.05
validation-decode-stablecoin_1-6
171.7
μs160.1
μs1.07
validation-decode-stablecoin_2-1
881.9
μs837.7
μs1.05
validation-decode-stablecoin_2-2
171.6
μs160.4
μs1.07
validation-decode-stablecoin_2-4
171.7
μs160.5
μs1.07
validation-decode-token-account-1
241.9
μs228.5
μs1.06
validation-decode-token-account-2
222.5
μs208.6
μs1.07
validation-decode-uniswap-1
245.8
μs231.1
μs1.06
validation-decode-uniswap-2
241.5
μs228.8
μs1.06
validation-decode-uniswap-4
185.5
μs174.7
μs1.06
validation-decode-uniswap-6
185.5
μs176
μs1.05
validation-decode-vesting-1
332
μs315.1
μs1.05
This comment was automatically generated by workflow using github-action-benchmark.
CC: @IntersectMBO/plutus-core