Skip to content

Commit

Permalink
Release 1.38.0.0 (#6736)
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-pantilie authored Dec 10, 2024
1 parent e9b2583 commit d2ab34e
Show file tree
Hide file tree
Showing 16 changed files with 160 additions and 153 deletions.
16 changes: 8 additions & 8 deletions cardano-constitution/cardano-constitution.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ library
, base >=4.9 && <5
, containers
, filepath
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, plutus-core ^>=1.38
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38
, plutus-tx-plugin ^>=1.38
, regex-tdfa
, safe
, template-haskell
Expand Down Expand Up @@ -124,10 +124,10 @@ test-suite cardano-constitution-test
, containers
, directory
, filepath
, plutus-core ^>=1.37
, plutus-core ^>=1.38
, plutus-core:plutus-core-testlib
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38
, QuickCheck
, serialise
, tasty
Expand All @@ -152,4 +152,4 @@ executable create-json-envelope
, base
, cardano-api
, cardano-constitution
, plutus-ledger-api ^>=1.37
, plutus-ledger-api ^>=1.38
10 changes: 5 additions & 5 deletions doc/docusaurus/docusaurus-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ library docusaurus-code

build-depends:
, base >=4.9 && <5
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-core ^>=1.38
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38

if !(impl(ghcjs) || os(ghcjs))
build-depends: plutus-tx-plugin
Expand All @@ -55,5 +55,5 @@ executable example-cip57
build-depends:
, base ^>=4.18
, containers
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38
128 changes: 64 additions & 64 deletions plutus-benchmark/plutus-benchmark.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ library plutus-benchmark-common
, directory
, filepath
, flat ^>=0.6
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, plutus-core ^>=1.38
, plutus-ledger-api ^>=1.38
, plutus-tx-test-util
, tasty
, tasty-golden
Expand All @@ -122,9 +122,9 @@ library nofib-internal
, base >=4.9 && <5
, deepseq
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, plutus-core ^>=1.38
, plutus-tx ^>=1.38
, plutus-tx-plugin ^>=1.38

executable nofib-exe
import: lang, ghc-version-support, os-support
Expand All @@ -138,8 +138,8 @@ executable nofib-exe
, nofib-internal
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-tx ^>=1.37
, plutus-core ^>=1.38
, plutus-tx ^>=1.38
, prettyprinter
, transformers

Expand Down Expand Up @@ -177,9 +177,9 @@ test-suite plutus-benchmark-nofib-tests
, base >=4.9 && <5
, nofib-internal
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-core ^>=1.38
, plutus-core:plutus-core-testlib
, plutus-tx ^>=1.37
, plutus-tx ^>=1.38
, plutus-tx:plutus-tx-testlib
, tasty
, tasty-hunit
Expand All @@ -206,9 +206,9 @@ library lists-internal
, base >=4.9 && <5
, mtl
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, plutus-core ^>=1.38
, plutus-tx ^>=1.38
, plutus-tx-plugin ^>=1.38

executable list-sort-exe
import: lang, ghc-version-support, os-support
Expand All @@ -219,7 +219,7 @@ executable list-sort-exe
, lists-internal
, monoidal-containers
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-core ^>=1.38

benchmark lists
import: lang, ghc-version-support, os-support
Expand All @@ -231,7 +231,7 @@ benchmark lists
, criterion >=1.5.9.0
, lists-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.37
, plutus-ledger-api ^>=1.38

test-suite plutus-benchmark-lists-tests
import: lang, ghc-version-support, os-support
Expand All @@ -248,8 +248,8 @@ test-suite plutus-benchmark-lists-tests
, base >=4.9 && <5
, lists-internal
, plutus-benchmark-common
, plutus-core:plutus-core-testlib ^>=1.37
, plutus-tx:plutus-tx-testlib ^>=1.37
, plutus-core:plutus-core-testlib ^>=1.38
, plutus-tx:plutus-tx-testlib ^>=1.38
, tasty
, tasty-quickcheck

Expand All @@ -270,8 +270,8 @@ benchmark validation
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, plutus-core ^>=1.38
, plutus-ledger-api ^>=1.38

---------------- validation-decode ----------------

Expand All @@ -291,8 +291,8 @@ benchmark validation-decode
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, plutus-core ^>=1.38
, plutus-ledger-api ^>=1.38

---------------- validation-full ----------------

Expand All @@ -312,8 +312,8 @@ benchmark validation-full
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, plutus-core ^>=1.38
, plutus-ledger-api ^>=1.38

---------------- Cek cost model calibration ----------------

Expand All @@ -329,10 +329,10 @@ benchmark cek-calibration
, lens
, mtl
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, plutus-core ^>=1.38
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38
, plutus-tx-plugin ^>=1.38

---------------- Signature verification throughput ----------------

Expand All @@ -348,9 +348,9 @@ executable ed25519-costs
, cardano-crypto-class
, hedgehog
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, plutus-core ^>=1.38
, plutus-tx ^>=1.38
, plutus-tx-plugin ^>=1.38

-- Calculate the predicted costs of sequences of ed25519 signature verification
-- operations and compare them with a golden file.
Expand All @@ -367,10 +367,10 @@ test-suite ed25519-costs-test
, cardano-crypto-class
, hedgehog
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-core ^>=1.38
, plutus-core:plutus-core-testlib
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, plutus-tx ^>=1.38
, plutus-tx-plugin ^>=1.38

---------------- BLS12-381 experiments ----------------

Expand All @@ -388,10 +388,10 @@ library bls12-381lib-internal
, bytestring
, hedgehog
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, plutus-core ^>=1.38
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38
, plutus-tx-plugin ^>=1.38

-- Print out predicted costs of various scripts involving BLS12-381 operations
executable bls12-381-costs
Expand All @@ -415,7 +415,7 @@ test-suite bls12-381-costs-test
, base >=4.9 && <5
, bls12-381lib-internal
, plutus-benchmark-common
, plutus-core:plutus-core-testlib ^>=1.37
, plutus-core:plutus-core-testlib ^>=1.38

-- Run benchmarks for various scripts involving BLS12-381 operations
benchmark bls12-381-benchmarks
Expand All @@ -429,8 +429,8 @@ benchmark bls12-381-benchmarks
, bytestring
, criterion >=1.5.9.0
, plutus-benchmark-common
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38

---------------- script contexts ----------------

Expand All @@ -443,9 +443,9 @@ library script-contexts-internal

build-depends:
, base >=4.9 && <5
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38
, plutus-tx-plugin ^>=1.38

test-suite plutus-benchmark-script-contexts-tests
import: lang, ghc-version-support, os-support
Expand All @@ -457,9 +457,9 @@ test-suite plutus-benchmark-script-contexts-tests
build-depends:
, base >=4.9 && <5
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-core ^>=1.38
, plutus-core:plutus-core-testlib
, plutus-tx:plutus-tx-testlib ^>=1.37
, plutus-tx:plutus-tx-testlib ^>=1.38
, script-contexts-internal
, tasty
, tasty-hunit
Expand Down Expand Up @@ -488,11 +488,11 @@ library marlowe-internal
, mtl
, newtype-generics
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-core ^>=1.38
, plutus-core:plutus-core-execlib
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38
, plutus-tx-plugin ^>=1.38
, serialise

executable marlowe-validators
Expand All @@ -512,8 +512,8 @@ executable marlowe-validators
, cardano-binary
, marlowe-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38
, serialise

benchmark marlowe
Expand All @@ -527,8 +527,8 @@ benchmark marlowe
, criterion
, marlowe-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38

test-suite plutus-benchmark-marlowe-tests
import: lang, ghc-version-support, os-support
Expand All @@ -540,10 +540,10 @@ test-suite plutus-benchmark-marlowe-tests
build-depends:
, base >=4.9 && <5
, marlowe-internal
, plutus-core ^>=1.37
, plutus-core ^>=1.38
, plutus-core:plutus-core-testlib
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38
, plutus-tx:plutus-tx-testlib
, tasty

Expand All @@ -558,7 +558,7 @@ library agda-internal
build-depends:
, base >=4.9 && <5
, criterion
, plutus-core ^>=1.37
, plutus-core ^>=1.38
, plutus-metatheory

benchmark validation-agda-cek
Expand All @@ -578,7 +578,7 @@ benchmark validation-agda-cek
, flat ^>=0.6
, optparse-applicative
, plutus-benchmark-common
, plutus-core ^>=1.37
, plutus-core ^>=1.38

benchmark nofib-agda-cek
import: lang, ghc-version-support, os-support
Expand All @@ -605,8 +605,8 @@ benchmark marlowe-agda-cek
, criterion
, marlowe-internal
, plutus-benchmark-common
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-ledger-api ^>=1.38
, plutus-tx ^>=1.38

-------------------- bitwise-----------------------

Expand All @@ -622,8 +622,8 @@ library bitwise-internal

build-depends:
, base
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, plutus-tx ^>=1.38
, plutus-tx-plugin ^>=1.38

test-suite bitwise-test
import: lang, ghc-version-support, os-support
Expand All @@ -635,8 +635,8 @@ test-suite bitwise-test
, bitwise-internal
, cryptohash-sha512
, ed25519
, plutus-core:plutus-core-testlib ^>=1.37
, plutus-tx ^>=1.37
, plutus-core:plutus-core-testlib ^>=1.38
, plutus-tx ^>=1.38
, plutus-tx:plutus-tx-testlib
, tasty
, tasty-hunit
Expand All @@ -651,4 +651,4 @@ benchmark bitwise-bench
, bitwise-internal
, criterion
, plutus-benchmark-common
, plutus-tx ^>=1.37
, plutus-tx ^>=1.38
Loading

1 comment on commit d2ab34e

@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: d2ab34e Previous: e9b2583 Ratio
validation-auction_1-1 181.2 μs 169.3 μs 1.07
validation-auction_1-2 585.7 μs 535.6 μs 1.09
validation-auction_1-3 589 μs 538.3 μs 1.09
validation-auction_1-4 234.6 μs 214.2 μs 1.10
validation-auction_2-1 181.2 μs 166.9 μs 1.09
validation-auction_2-2 580.8 μs 534.8 μs 1.09
validation-auction_2-4 565.4 μs 536 μs 1.05
validation-auction_2-5 234.3 μs 214.6 μs 1.09
validation-escrow-redeem_2-1 387.1 μs 351.9 μs 1.10
validation-escrow-redeem_2-2 388.1 μs 351.2 μs 1.11
validation-escrow-redeem_2-3 388.7 μs 351.1 μs 1.11
validation-escrow-refund-1 157.8 μs 143.4 μs 1.10
validation-future-increase-margin-1 233.4 μs 212.3 μs 1.10
validation-future-increase-margin-2 484.9 μs 446.1 μs 1.09
validation-future-pay-out-1 234 μs 221.9 μs 1.05
validation-future-pay-out-2 487.8 μs 444.8 μs 1.10
validation-future-pay-out-3 487 μs 443.5 μs 1.10
validation-future-pay-out-4 747.8 μs 682.1 μs 1.10
validation-decode-escrow-redeem_1-2 344.9 μs 311.7 μs 1.11
validation-decode-future-settle-early-3 345.6 μs 314.9 μs 1.10
validation-decode-future-settle-early-4 734.1 μs 665.6 μs 1.10
validation-decode-game-sm-success_1-1 562.9 μs 508.9 μs 1.11
validation-decode-game-sm-success_1-2 179.6 μs 162.5 μs 1.11
validation-decode-game-sm-success_1-3 562.4 μs 508.9 μs 1.11
validation-decode-game-sm-success_1-4 180.4 μs 162.7 μs 1.11
validation-decode-game-sm-success_2-1 563.7 μs 508.5 μs 1.11
validation-decode-game-sm-success_2-2 180.5 μs 160.6 μs 1.12
validation-decode-multisig-sm-7 627.5 μs 566.8 μs 1.11
validation-decode-multisig-sm-8 626 μs 568.4 μs 1.10
validation-decode-multisig-sm-9 626.5 μs 570.8 μs 1.10
validation-decode-multisig-sm-10 624.7 μs 569.2 μs 1.10
validation-decode-ping-pong-1 523.9 μs 478.2 μs 1.10
validation-decode-ping-pong-2 524.8 μs 477.7 μs 1.10
validation-decode-ping-pong_2-1 525.3 μs 475.2 μs 1.11
validation-decode-prism-1 176.4 μs 158.2 μs 1.12
validation-decode-prism-2 562.1 μs 509.4 μs 1.10
validation-decode-prism-3 257 μs 232.9 μs 1.10
validation-decode-pubkey-1 179.5 μs 162.8 μs 1.10
validation-decode-stablecoin_1-1 922.2 μs 844.7 μs 1.09
validation-decode-stablecoin_1-2 180.4 μs 161.5 μs 1.12
validation-decode-stablecoin_1-3 924.1 μs 841.2 μs 1.10
validation-decode-stablecoin_1-4 180.1 μs 163.5 μs 1.10
validation-decode-stablecoin_1-5 923.8 μs 842.7 μs 1.10
validation-decode-stablecoin_1-6 179.8 μs 163.7 μs 1.10
validation-decode-stablecoin_2-1 924.4 μs 844 μs 1.10
validation-decode-stablecoin_2-2 180.2 μs 163.3 μs 1.10
validation-decode-stablecoin_2-3 924.4 μs 842 μs 1.10
validation-decode-stablecoin_2-4 180.9 μs 162.6 μs 1.11
validation-decode-token-account-1 255.9 μs 230.8 μs 1.11
validation-decode-token-account-2 232 μs 210.3 μs 1.10
validation-decode-uniswap-1 258.2 μs 233.6 μs 1.11
validation-decode-uniswap-2 254.4 μs 230.5 μs 1.10
validation-decode-uniswap-3 789.4 μs 715.6 μs 1.10
validation-decode-uniswap-4 196.5 μs 177.5 μs 1.11
validation-decode-uniswap-5 790.6 μs 714.9 μs 1.11
validation-decode-uniswap-6 196.9 μs 176.8 μs 1.11
validation-decode-vesting-1 349.5 μs 315.8 μs 1.11
nofib-clausify/formula3 10410 μs 9473 μs 1.10
nofib-clausify/formula4 24350 μs 22080 μs 1.10
nofib-clausify/formula5 50690 μs 45970 μs 1.10
nofib-knights/4x4 17430 μs 15790 μs 1.10
nofib-knights/6x6 44550 μs 40460 μs 1.10
nofib-knights/8x8 77490 μs 70620 μs 1.10
nofib-primetest/05digits 10590 μs 9541 μs 1.11
nofib-primetest/10digits 20720 μs 18690 μs 1.11
nofib-primetest/30digits 63730 μs 57420 μs 1.11
nofib-primetest/50digits 104700 μs 94910 μs 1.10
nofib-queens4x4/bt 5090 μs 4622 μs 1.10
nofib-queens4x4/bm 6193 μs 5764 μs 1.07
marlowe-semantics/0000020002010200020101020201000100010001020101020201010000020102 322 μs 291.5 μs 1.10
marlowe-semantics/0001000101000000010101000001000001010101010100000001000001010000 446.9 μs 403.2 μs 1.11
marlowe-semantics/0003040402030103010203030303000200000104030002040304020400000102 998.1 μs 906.3 μs 1.10
marlowe-semantics/004025fd712d6c325ffa12c16d157064192992faf62e0b991d7310a2f91666b8 814.7 μs 735.1 μs 1.11
marlowe-semantics/0101010001010101010101000100010100000001010000010001000001000101 966.2 μs 876.4 μs 1.10
marlowe-semantics/7cbc5644b745f4ea635aca42cce5e4a4b9d2e61afdb3ac18128e1688c07071ba 464.7 μs 425.1 μs 1.09
marlowe-semantics/82213dfdb6a812b40446438767c61a388d2c0cfd0cbf7fd4a372b0dc59fa17e1 1334 μs 1210 μs 1.10
marlowe-semantics/8c7fdc3da6822b5112074380003524f50fb3a1ce6db4e501df1086773c6c0201 1127 μs 1034 μs 1.09
marlowe-semantics/d64607eb8a1448595081547ea8780886fcbd9e06036460eea3705c88ea867e33 301.3 μs 274.5 μs 1.10
marlowe-semantics/dc241ac6ad1e04fb056d555d6a4f2d08a45d054c6f7f34355fcfeefebef479f3 461.5 μs 422.3 μs 1.09
marlowe-semantics/dd11ae574eaeab0e9925319768989313a93913fdc347c704ddaa27042757d990 735 μs 671.6 μs 1.09
marlowe-semantics/e26c1cddba16e05fd10c34cbdb16ea6acdbac7c8323256c31c90c520ee6a1080 367.6 μs 336.7 μs 1.09
marlowe-semantics/e34b48f80d49360e88c612f4016f7d68cb5678dd8cd5ddb981375a028b3a40a5 389 μs 356.9 μs 1.09
marlowe-semantics/e3afd22d01ff12f381cf915fd32358634e6c413f979f2492cf3339319d8cc079 306.8 μs 280.4 μs 1.09
marlowe-semantics/e9234d2671760874f3f660aae5d3416d18ce6dfd7af4231bdd41b9ec268bc7e1 993.2 μs 909 μs 1.09
marlowe-semantics/eb4a605ed3a64961e9e66ad9631c2813dadf7131740212762ae4483ec749fe1d 299.1 μs 274.9 μs 1.09
marlowe-semantics/ecb5e8308b57724e0f8533921693f111eba942123cf8660aac2b5bac21ec28f0 663.8 μs 605.4 μs 1.10
marlowe-semantics/f2a8fd2014922f0d8e01541205d47e9bb2d4e54333bdd408cbe7c47c55e73ae4 769.2 μs 702.2 μs 1.10
marlowe-semantics/f339f59bdf92495ed2b14e2e4d3705972b4dda59aa929cffe0f1ff5355db8d79 4933 μs 4537 μs 1.09
marlowe-semantics/ffdd68a33afd86f8844c9f5e45b2bda5b035aa02274161b23d57709c0f8b8de6 939.7 μs 849.7 μs 1.11
marlowe-role-payout/0004000402010401030101030100040000010104020201030001000204020401 195 μs 176.8 μs 1.10
marlowe-role-payout/0100000100010000000001000100010101000101000001000000010000010000 260.4 μs 237.2 μs 1.10
marlowe-role-payout/0101000100000101010000010101000100010101000001000001000000010101 202.2 μs 184.1 μs 1.10
marlowe-role-payout/01dcc372ea619cb9f23c45b17b9a0a8a16b7ca0e04093ef8ecce291667a99a4c 172.2 μs 156.5 μs 1.10
marlowe-role-payout/0201020201020000020000010201020001020200000002010200000101010100 190.6 μs 172.3 μs 1.11
marlowe-role-payout/0202010002010100020102020102020001010101020102010001010101000100 180.4 μs 163.8 μs 1.10
marlowe-role-payout/0303020000020001010201060303040208070100050401080304020801030001 179.1 μs 163.4 μs 1.10
marlowe-role-payout/031d56d71454e2c4216ffaa275c4a8b3eb631109559d0e56f44ea8489f57ba97 213.2 μs 193.3 μs 1.10
marlowe-role-payout/03d730a62332c51c7b70c16c64da72dd1c3ea36c26b41cd1a1e00d39fda3d6cc 202.4 μs 184.1 μs 1.10
marlowe-role-payout/0403020000030204010000030001000202010101000304030001040404030100 188.9 μs 171.8 μs 1.10
marlowe-role-payout/0405010105020401010304080005050800040301010800080207080704020206 205 μs 186.2 μs 1.10
marlowe-role-payout/041a2c3b111139201a3a2c173c392b170e16370d300f2d28342d0f2f0e182e01 205.2 μs 186.6 μs 1.10
marlowe-role-payout/04f592afc6e57c633b9c55246e7c82e87258f04e2fb910c37d8e2417e9db46e5 235.8 μs 214.7 μs 1.10
marlowe-role-payout/057ebc80922f16a5f4bf13e985bf586b8cff37a2f6fe0f3ce842178c16981027 175.4 μs 159.5 μs 1.10
marlowe-role-payout/06317060a8e488b1219c9dae427f9ce27918a9e09ee8ac424afa33ca923f7954 187.7 μs 170.6 μs 1.10
marlowe-role-payout/07658a6c898ad6d624c37df1e49e909c2e9349ba7f4c0a6be5f166fe239bfcae 170.8 μs 155 μs 1.10
marlowe-role-payout/0bdca1cb8fa7e38e09062557b82490714052e84e2054e913092cd84ac071b961 203.7 μs 184.9 μs 1.10
marlowe-role-payout/0c9d3634aeae7038f839a1262d1a8bc724dc77af9426459417a56ec73240f0e0 184.4 μs 167.3 μs 1.10
marlowe-role-payout/0d0f01050a0a0a0b0b050d0404090e0d0506000d0a041003040e0f100e0a0408 184.1 μs 166.4 μs 1.11
marlowe-role-payout/0dbb692d2bf22d25eeceac461cfebf616f54003077a8473abc0457f18e025960 208.1 μs 188 μs 1.11
marlowe-role-payout/0e00171d0f1e1f14070d0a00091f07101808021d081e1b120219081312081e15 178.5 μs 162 μs 1.10
marlowe-role-payout/0e72f62b0f922e31a2340baccc768104025400cf7fdd7dae62fbba5fc770936d 197.4 μs 178.3 μs 1.11
marlowe-role-payout/0e97c9d9417354d9460f2eb35018d3904b7b035af16ab299258adab93be0911a 194 μs 174.9 μs 1.11
marlowe-role-payout/0f010d040810040b10020e040f0e030b0a0d100f0c080c0c05000d04100c100f 201 μs 183.1 μs 1.10
marlowe-role-payout/1138a04a83edc0579053f9ffa9394b41df38230121fbecebee8c039776a88c0c 179.1 μs 162.6 μs 1.10
marlowe-role-payout/121a0a1b12030616111f02121a0e070716090a0e031c071419121f141409031d 175.8 μs 159.1 μs 1.10
marlowe-role-payout/159e5a1bf16fe984b5569be7011b61b5e98f5d2839ca7e1b34c7f2afc7ffb58e 179.5 μs 162 μs 1.11
marlowe-role-payout/195f522b596360690d04586a2563470f2214163435331a6622311f7323433f1c 174.5 μs 157.9 μs 1.11
marlowe-role-payout/1a20b465d48a585ffd622bd8dc26a498a3c12f930ab4feab3a5064cfb3bc536a 193.1 μs 174.5 μs 1.11
marlowe-role-payout/211e1b6c10260c4620074d2e372c260d38643a3d605f63772524034f0a4a7632 185 μs 168.3 μs 1.10
marlowe-role-payout/21a1426fb3fb3019d5dc93f210152e90b0a6e740ef509b1cdd423395f010e0ca 193.9 μs 174.8 μs 1.11
marlowe-role-payout/224ce46046fab9a17be4197622825f45cc0c59a6bd1604405148e43768c487ef 179.6 μs 162.4 μs 1.11
marlowe-role-payout/332c2b1c11383d1b373e1315201f1128010e0e1518332f273f141b23243f2a07 170.9 μs 155.3 μs 1.10
marlowe-role-payout/3565ee025317e065e8555eef288080276716366769aad89e03389f5ec4ce26d7 187.5 μs 168.5 μs 1.11
marlowe-role-payout/3569299fc986f5354d02e627a9eaa48ab46d5af52722307a0af72bae87e256dc 176 μs 160 μs 1.10
marlowe-role-payout/36866914aa07cf62ef36cf2cd64c7f240e3371e27bb9fff5464301678e809c40 176.5 μs 158.9 μs 1.11
marlowe-role-payout/371c10d2526fc0f09dbe9ed59e44dcd949270b27dc42035addd7ff9f7e0d05e7 207.3 μs 187.5 μs 1.11
marlowe-role-payout/3897ef714bba3e6821495b706c75f8d64264c3fdaa58a3826c808b5a768c303d 182.6 μs 164.8 μs 1.11
marlowe-role-payout/4121d88f14387d33ac5e1329618068e3848445cdd66b29e5ba382be2e02a174a 202.9 μs 182.7 μs 1.11
marlowe-role-payout/4299c7fcf093a5dbfe114c188e32ca199b571a7c25cb7f766bf49f12dab308be 194.1 μs 176.3 μs 1.10
marlowe-role-payout/452e17d16222a427707fa83f63ffb79f606cc25c755a18b1e3274c964ed5ec99 213.2 μs 193.4 μs 1.10
marlowe-role-payout/46f8d00030436e4da490a86b331fa6c3251425fb8c19556080e124d75bad7bd6 178.6 μs 161.9 μs 1.10
marlowe-role-payout/47364cfaf2c00f7d633283dce6cf84e4fd4e8228c0a0aa50e7c55f35c3ecaa1c 178.9 μs 161.3 μs 1.11
marlowe-role-payout/49b8275d0cb817be40865694ab05e3cfe5fc35fb43b78e7de68c1f3519b536bd 182.6 μs 165.5 μs 1.10
marlowe-role-payout/4dd7755b6ca1f0c9747c1fc0ee4da799f6f1c07108e980bd9f820911ad711ff2 227.4 μs 205.7 μs 1.11
marlowe-role-payout/4fbcfdb577a56b842d6f6938187a783f71d9da7519353e3da3ef0c564e1eb344 215.8 μs 194.2 μs 1.11
marlowe-role-payout/5a0725d49c733130eda8bc6ed5234f7f6ff8c9dd2d201e8806125e5fbcc081f9 185.4 μs 167.9 μs 1.10
marlowe-role-payout/5a2aae344e569a2c644dd9fa8c7b1f129850937eb562b7748c275f9e40bed596 178.9 μs 161 μs 1.11
marlowe-role-payout/5ade103e9530dd0d572fe1b053ea65ad925c6ebbe321e873ace8b804363fa82c 239.7 μs 217.1 μs 1.10
marlowe-role-payout/5d4c62a0671c65a14f6a15093e3efc4f1816d95a5a58fd92486bedaae8d9526b 203 μs 185.1 μs 1.10
marlowe-role-payout/5efe992e306e31cc857c64a62436ad2f9325acc5b4a74a8cebccdfd853ce63d2 183.4 μs 165.9 μs 1.11
marlowe-role-payout/622a7f3bc611b5149253c9189da022a9ff296f60a5b7c172a6dc286faa7284fa 210.7 μs 190.1 μs 1.11
marlowe-role-payout/6621a69217f09d91f42876a9c0cecf79de0e29bdd5b16c82c6c52cf959092ec4 194.6 μs 176.2 μs 1.10
marlowe-role-payout/674b0577409957172ad85223c765d17e94c27714276c49c38dfae0a47a561a1e 174.7 μs 158.1 μs 1.10
marlowe-role-payout/6b7bc2b9002a71b33cfd535d43f26334a283d0b9ad189b7cd74baac232c3b9fc 171.1 μs 154.9 μs 1.10
marlowe-role-payout/6c364699767a84059ffd99cf718562a8c09d96e343f23dc481e8ffda13af424f 178.7 μs 161.1 μs 1.11
marlowe-role-payout/6d66bddb4269bdf77392d3894da5341cf019d39787522af4f83f01285991e93c 178.7 μs 162.1 μs 1.10
marlowe-role-payout/73f044f34a30f26639c58bafe952047f74c7bf1eafebab5aadf5b73cfb9024ed 178.8 μs 161.6 μs 1.11
marlowe-role-payout/7b1dd76edc27f00eb382bf996378155baf74d6a7c6f3d5ec837c39d29784aade 179.7 μs 162.6 μs 1.11
marlowe-role-payout/803eae94d62e2afc0e835c204af8362170301bc329e2d849d5f5a47dddf479ec 196.5 μs 177.4 μs 1.11
marlowe-role-payout/87167fc5469adac97c1be749326fa79a6b7862ce68aa4abcb438e3c034bd0899 206.6 μs 187 μs 1.10
marlowe-role-payout/8c0fa5d9d6724c5c72c67e055d4bfc36a385ded7c3c81c08cdbd8705829af6e6 206.9 μs 187.1 μs 1.11
marlowe-role-payout/962c2c658b19904372984a56409707401e64e9b03c1986647134cfd329ec5139 189.4 μs 172.2 μs 1.10
marlowe-role-payout/996804e90f2c75fe68886fc8511304b8ab9b36785f8858f5cb098e91c159dde9 182.8 μs 165.6 μs 1.10
marlowe-role-payout/a004a989c005d59043f996500e110fa756ad1b85800b889d5815a0106388e1d7 188 μs 169.9 μs 1.11
marlowe-role-payout/a0fba5740174b5cd24036c8b008cb1efde73f1edae097b9325c6117a0ff40d3b 195.6 μs 176.7 μs 1.11
marlowe-role-payout/a1b25347409c3993feca1a60b6fcaf93d1d4bbaae19ab06fdf50cedc26cee68d 170.7 μs 153.9 μs 1.11
marlowe-role-payout/a27524cfad019df45e4e8316f927346d4cc39da6bdd294fb2c33c3f58e6a8994 179.1 μs 161.4 μs 1.11
marlowe-role-payout/a6664a2d2a82f370a34a36a45234f6b33120a39372331678a3b3690312560ce9 213.3 μs 191.9 μs 1.11
marlowe-role-payout/a6f064b83b31032ea7f25921364727224707268e472a569f584cc6b1d8c017e8 179.3 μs 161.8 μs 1.11
marlowe-role-payout/a7cb09f417c3f089619fe25b7624392026382b458486129efcff18f8912bf302 178.4 μs 160.9 μs 1.11
marlowe-role-payout/a92b4072cb8601fa697e1150c08463b14ffced54eb963df08d322216e27373cb 179.4 μs 162 μs 1.11
marlowe-role-payout/af2e072b5adfaa7211e0b341e1f7319c4f4e7364a4247c9247132a927e914753 207.6 μs 187.6 μs 1.11
marlowe-role-payout/b43564af5f13cc5208b92b1ad6d45369446f378d3891e5cb3e353b30d4f3fb10 178.7 μs 162 μs 1.10
marlowe-role-payout/b6243a5b4c353ce4852aa41705111d57867d2783eeef76f6d59beb2360da6e90 236 μs 211.4 μs 1.12
marlowe-role-payout/b869f3928200061abb1c3060425b9354b0e08cbf4400b340b8707c14b34317cd 250.4 μs 225.9 μs 1.11
marlowe-role-payout/bcdbc576d63b0454100ad06893812edafc2e7e4934fec1b44e2d06eb34f36eb8 179.7 μs 162 μs 1.11
marlowe-role-payout/bd460b7549b70c52e37b312a4242041eac18fe4a266f018bcea0c78a9085a271 200 μs 180 μs 1.11
marlowe-role-payout/bd79f4a84db23b7c4cd219d498bd581e085cbc3437957e74a8862281a700700b 201.2 μs 181.8 μs 1.11
marlowe-role-payout/c11490431db3a92efdda70933ba411a0423935e73a75c856e326dbcf6672f3bf 180.8 μs 163.4 μs 1.11
marlowe-role-payout/c4d4c88c5fe378a25a034025994a0d0b1642f10c8e6e513f872327fa895bfc7e 187.4 μs 168.3 μs 1.11
marlowe-role-payout/c78eeba7681d2ab51b4758efa4c812cc041928837c6e7563d8283cce67ce2e02 191.7 μs 171 μs 1.12
marlowe-role-payout/c99ecc2146ce2066ba6dffc734923264f8794815acbc2ec74c2c2c42ba272e4d 214 μs 193.5 μs 1.11
marlowe-role-payout/caa409c40e39aed9b0f59214b4baa178c375526dea6026b4552b88d2cc729716 171.1 μs 154.4 μs 1.11
marlowe-role-payout/cb2ab8e22d1f64e8d204dece092e90e9bf1fa8b2a6e9cba5012dbe4978065832 181.6 μs 163.7 μs 1.11
marlowe-role-payout/cc1e82927f6c65b3e912200ae30588793d2066e1d4a6627c21955944ac9bd528 200.2 μs 180.6 μs 1.11

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

CC: @IntersectMBO/plutus-core

Please sign in to comment.