-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes `fix` stricter so that the body of the function that it takes always gets forced regardless of whether the necessary argument is provided or not. Resolves #5961. --------- Co-authored-by: Yura Lazaryev <Yuriy.Lazaryev@iohk.io>
- Loading branch information
1 parent
0fec625
commit fb168b1
Showing
355 changed files
with
1,824 additions
and
1,360 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
32 changes: 16 additions & 16 deletions
32
plutus-benchmark/ed25519-costs/test/9.6/ed25519-costs.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
n Script size CPU usage Memory usage | ||
---------------------------------------------------------------------- | ||
0 481 (2.9%) 6124112 (0.1%) 22722 (0.2%) | ||
10 2208 (13.5%) 732562512 (7.3%) 517552 (3.7%) | ||
20 3935 (24.0%) 1459000912 (14.6%) 1012382 (7.2%) | ||
30 5662 (34.6%) 2185439312 (21.9%) 1507212 (10.8%) | ||
40 7389 (45.1%) 2911877712 (29.1%) 2002042 (14.3%) | ||
50 9115 (55.6%) 3638316112 (36.4%) 2496872 (17.8%) | ||
60 10842 (66.2%) 4364754512 (43.6%) 2991702 (21.4%) | ||
70 12569 (76.7%) 5091192912 (50.9%) 3486532 (24.9%) | ||
80 14295 (87.2%) 5817631312 (58.2%) 3981362 (28.4%) | ||
90 16022 (97.8%) 6544069712 (65.4%) 4476192 (32.0%) | ||
100 17749 (108.3%) 7270508112 (72.7%) 4971022 (35.5%) | ||
110 19476 (118.9%) 7996946512 (80.0%) 5465852 (39.0%) | ||
120 21202 (129.4%) 8723384912 (87.2%) 5960682 (42.6%) | ||
130 22929 (139.9%) 9449823312 (94.5%) 6455512 (46.1%) | ||
140 24656 (150.5%) 10176261712 (101.8%) 6950342 (49.6%) | ||
150 26383 (161.0%) 10902700112 (109.0%) 7445172 (53.2%) | ||
0 481 (2.9%) 5848112 (0.1%) 21522 (0.2%) | ||
10 2208 (13.5%) 732286512 (7.3%) 516352 (3.7%) | ||
20 3935 (24.0%) 1458724912 (14.6%) 1011182 (7.2%) | ||
30 5662 (34.6%) 2185163312 (21.9%) 1506012 (10.8%) | ||
40 7389 (45.1%) 2911601712 (29.1%) 2000842 (14.3%) | ||
50 9115 (55.6%) 3638040112 (36.4%) 2495672 (17.8%) | ||
60 10842 (66.2%) 4364478512 (43.6%) 2990502 (21.4%) | ||
70 12569 (76.7%) 5090916912 (50.9%) 3485332 (24.9%) | ||
80 14295 (87.2%) 5817355312 (58.2%) 3980162 (28.4%) | ||
90 16022 (97.8%) 6543793712 (65.4%) 4474992 (32.0%) | ||
100 17749 (108.3%) 7270232112 (72.7%) 4969822 (35.5%) | ||
110 19476 (118.9%) 7996670512 (80.0%) 5464652 (39.0%) | ||
120 21202 (129.4%) 8723108912 (87.2%) 5959482 (42.6%) | ||
130 22929 (139.9%) 9449547312 (94.5%) 6454312 (46.1%) | ||
140 24656 (150.5%) 10175985712 (101.8%) 6949142 (49.6%) | ||
150 26383 (161.0%) 10902424112 (109.0%) 7443972 (53.2%) | ||
|
||
Off-chain version succeeded on 100 inputs |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Lookup/9.6/match-builtin-list-10.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 281818764 | ||
| mem: 853552}) | ||
({cpu: 278230764 | ||
| mem: 837952}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Lookup/9.6/match-builtin-list-100.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 23467702554 | ||
| mem: 69648832}) | ||
({cpu: 23433064554 | ||
| mem: 69498232}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Lookup/9.6/match-builtin-list-5.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 84670834 | ||
| mem: 261592}) | ||
({cpu: 82807834 | ||
| mem: 253492}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Lookup/9.6/match-builtin-list-50.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 5993154004 | ||
| mem: 17829232}) | ||
({cpu: 5975766004 | ||
| mem: 17753632}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Lookup/9.6/match-scott-list-10.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 187660620 | ||
| mem: 554080}) | ||
({cpu: 184072620 | ||
| mem: 538480}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Lookup/9.6/match-scott-list-100.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 14186634300 | ||
| mem: 39690400}) | ||
({cpu: 14151996300 | ||
| mem: 39539800}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Lookup/9.6/match-scott-list-5.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 60673710 | ||
| mem: 186740}) | ||
({cpu: 58810710 | ||
| mem: 178640}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Lookup/9.6/match-scott-list-50.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 3669494700 | ||
| mem: 10340000}) | ||
({cpu: 3652106700 | ||
| mem: 10264400}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Sum/9.6/left-fold-built-in.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 174359654 | ||
| mem: 564532}) | ||
({cpu: 167321654 | ||
| mem: 533932}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Sum/9.6/left-fold-data.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 368280389 | ||
| mem: 1114530}) | ||
({cpu: 361242389 | ||
| mem: 1083930}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Sum/9.6/left-fold-scott.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 132243800 | ||
| mem: 485500}) | ||
({cpu: 125205800 | ||
| mem: 454900}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Sum/9.6/right-fold-built-in.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 181259654 | ||
| mem: 594532}) | ||
({cpu: 174221654 | ||
| mem: 563932}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Sum/9.6/right-fold-data.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 375180389 | ||
| mem: 1144530}) | ||
({cpu: 368142389 | ||
| mem: 1113930}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/lists/test/Sum/9.6/right-fold-scott.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 139143800 | ||
| mem: 515500}) | ||
({cpu: 132105800 | ||
| mem: 484900}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/0004000402010401030101030100040000010104020201030001000204020401.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 258545561 | ||
| mem: 922390}) | ||
({cpu: 247988561 | ||
| mem: 876490}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/0100000100010000000001000100010101000101000001000000010000010000.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 389499336 | ||
| mem: 1444704}) | ||
({cpu: 373215336 | ||
| mem: 1373904}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/0101000100000101010000010101000100010101000001000001000000010101.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 279511649 | ||
| mem: 1007454}) | ||
({cpu: 267781649 | ||
| mem: 956454}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/01dcc372ea619cb9f23c45b17b9a0a8a16b7ca0e04093ef8ecce291667a99a4c.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 222840463 | ||
| mem: 786822}) | ||
({cpu: 213732463 | ||
| mem: 747222}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/0201020201020000020000010201020001020200000002010200000101010100.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 251726730 | ||
| mem: 891132}) | ||
({cpu: 242342730 | ||
| mem: 850332}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/0202010002010100020102020102020001010101020102010001010101000100.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 232451662 | ||
| mem: 818172}) | ||
({cpu: 223274662 | ||
| mem: 778272}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/0303020000020001010201060303040208070100050401080304020801030001.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 230636085 | ||
| mem: 811570}) | ||
({cpu: 221459085 | ||
| mem: 771670}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/031d56d71454e2c4216ffaa275c4a8b3eb631109559d0e56f44ea8489f57ba97.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 294346963 | ||
| mem: 1057176}) | ||
({cpu: 283858963 | ||
| mem: 1011576}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/03d730a62332c51c7b70c16c64da72dd1c3ea36c26b41cd1a1e00d39fda3d6cc.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 273094280 | ||
| mem: 978744}) | ||
({cpu: 262123280 | ||
| mem: 931044}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/0403020000030204010000030001000202010101000304030001040404030100.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 249500070 | ||
| mem: 886810}) | ||
({cpu: 239288070 | ||
| mem: 842410}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/0405010105020401010304080005050800040301010800080207080704020206.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 279059337 | ||
| mem: 999494}) | ||
({cpu: 268502337 | ||
| mem: 953594}) |
4 changes: 2 additions & 2 deletions
4
...payout/9.6/041a2c3b111139201a3a2c173c392b170e16370d300f2d28342d0f2f0e182e01.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 282047596 | ||
| mem: 1017870}) | ||
({cpu: 271076596 | ||
| mem: 970170}) |
Oops, something went wrong.