-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conformance for rotateByteString (#6364)
* Conformance for rotateByteString * Fix goldens for merge * Fix broken goldens
- Loading branch information
Showing
24 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...formance/test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-1/case-1.uplc
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 [ [ (builtin rotateByteString) (con bytestring #) ] (con integer 3) ]) |
2 changes: 2 additions & 0 deletions
2
...ses/uplc/evaluation/builtin/semantics/rotateByteString/case-1/case-1.uplc.budget.expected
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 248291 | ||
| mem: 601}) |
1 change: 1 addition & 0 deletions
1
...test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-1/case-1.uplc.expected
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #)) |
1 change: 1 addition & 0 deletions
1
...formance/test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-2/case-2.uplc
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 [ [ (builtin rotateByteString) (con bytestring #) ] (con integer -1) ]) |
2 changes: 2 additions & 0 deletions
2
...ses/uplc/evaluation/builtin/semantics/rotateByteString/case-2/case-2.uplc.budget.expected
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 248291 | ||
| mem: 601}) |
1 change: 1 addition & 0 deletions
1
...test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-2/case-2.uplc.expected
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #)) |
1 change: 1 addition & 0 deletions
1
...formance/test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-3/case-3.uplc
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 [ [ (builtin rotateByteString) (con bytestring #ebfc) ] (con integer 5) ]) |
2 changes: 2 additions & 0 deletions
2
...ses/uplc/evaluation/builtin/semantics/rotateByteString/case-3/case-3.uplc.budget.expected
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 248291 | ||
| mem: 601}) |
1 change: 1 addition & 0 deletions
1
...test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-3/case-3.uplc.expected
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #7f9d)) |
1 change: 1 addition & 0 deletions
1
...formance/test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-4/case-4.uplc
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 [ [ (builtin rotateByteString) (con bytestring #ebfc) ] (con integer -5) ]) |
2 changes: 2 additions & 0 deletions
2
...ses/uplc/evaluation/builtin/semantics/rotateByteString/case-4/case-4.uplc.budget.expected
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 248291 | ||
| mem: 601}) |
1 change: 1 addition & 0 deletions
1
...test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-4/case-4.uplc.expected
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #e75f)) |
1 change: 1 addition & 0 deletions
1
...formance/test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-5/case-5.uplc
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 [ [ (builtin rotateByteString) (con bytestring #ebfc) ] (con integer 16) ]) |
2 changes: 2 additions & 0 deletions
2
...ses/uplc/evaluation/builtin/semantics/rotateByteString/case-5/case-5.uplc.budget.expected
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 248291 | ||
| mem: 601}) |
1 change: 1 addition & 0 deletions
1
...test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-5/case-5.uplc.expected
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #ebfc)) |
1 change: 1 addition & 0 deletions
1
...formance/test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-6/case-6.uplc
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 [ [ (builtin rotateByteString) (con bytestring #ebfc) ] (con integer -16) ]) |
2 changes: 2 additions & 0 deletions
2
...ses/uplc/evaluation/builtin/semantics/rotateByteString/case-6/case-6.uplc.budget.expected
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 248291 | ||
| mem: 601}) |
1 change: 1 addition & 0 deletions
1
...test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-6/case-6.uplc.expected
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #ebfc)) |
1 change: 1 addition & 0 deletions
1
...formance/test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-7/case-7.uplc
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 [ [ (builtin rotateByteString) (con bytestring #ebfc) ] (con integer 21) ]) |
2 changes: 2 additions & 0 deletions
2
...ses/uplc/evaluation/builtin/semantics/rotateByteString/case-7/case-7.uplc.budget.expected
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 248291 | ||
| mem: 601}) |
1 change: 1 addition & 0 deletions
1
...test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-7/case-7.uplc.expected
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #7f9d)) |
1 change: 1 addition & 0 deletions
1
...formance/test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-8/case-8.uplc
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 [ [ (builtin rotateByteString) (con bytestring #ebfc) ] (con integer -21) ]) |
2 changes: 2 additions & 0 deletions
2
...ses/uplc/evaluation/builtin/semantics/rotateByteString/case-8/case-8.uplc.budget.expected
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 248291 | ||
| mem: 601}) |
1 change: 1 addition & 0 deletions
1
...test-cases/uplc/evaluation/builtin/semantics/rotateByteString/case-8/case-8.uplc.expected
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #e75f)) |
27a2467
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_1-2
550.9
μs518.6
μs1.06
validation-decode-prism-3
244.5
μs232.3
μs1.05
validation-decode-stablecoin_2-4
167.3
μs159.2
μs1.05
This comment was automatically generated by workflow using github-action-benchmark.
CC: @IntersectMBO/plutus-core