Skip to content

Commit

Permalink
Conformance for rotateByteString (#6364)
Browse files Browse the repository at this point in the history
* Conformance for rotateByteString

* Fix goldens for merge

* Fix broken goldens
  • Loading branch information
kozross authored Aug 8, 2024
1 parent 44f276f commit 27a2467
Show file tree
Hide file tree
Showing 24 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ [ (builtin rotateByteString) (con bytestring #) ] (con integer 3) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 248291
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 [ [ (builtin rotateByteString) (con bytestring #) ] (con integer -1) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 248291
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #))
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) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 248291
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #7f9d))
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) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 248291
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #e75f))
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) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 248291
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #ebfc))
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) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 248291
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #ebfc))
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) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 248291
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #7f9d))
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) ])
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
({cpu: 248291
| mem: 601})
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(program 1.0.0 (con bytestring #e75f))

1 comment on commit 27a2467

@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: 27a2467 Previous: 44f276f Ratio
validation-decode-auction_1-2 550.9 μs 518.6 μs 1.06
validation-decode-prism-3 244.5 μs 232.3 μs 1.05
validation-decode-stablecoin_2-4 167.3 μs 159.2 μs 1.05

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

CC: @IntersectMBO/plutus-core

Please sign in to comment.