Skip to content

Commit

Permalink
1.37.0.0 release (#6708)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 authored Nov 27, 2024
1 parent 9c184a8 commit 7a66eb2
Show file tree
Hide file tree
Showing 23 changed files with 178 additions and 163 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.36
, plutus-ledger-api ^>=1.36
, plutus-tx ^>=1.36
, plutus-tx-plugin ^>=1.36
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, regex-tdfa
, safe
, template-haskell
Expand Down Expand Up @@ -124,10 +124,10 @@ test-suite cardano-constitution-test
, containers
, directory
, filepath
, plutus-core ^>=1.36
, plutus-core ^>=1.37
, plutus-core:plutus-core-testlib
, plutus-ledger-api ^>=1.36
, plutus-tx ^>=1.36
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, QuickCheck
, serialise
, tasty
Expand All @@ -152,4 +152,4 @@ executable create-json-envelope
, base
, cardano-api
, cardano-constitution
, plutus-ledger-api ^>=1.36
, plutus-ledger-api ^>=1.37
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.36
, plutus-ledger-api ^>=1.36
, plutus-tx ^>=1.36
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37

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.36
, plutus-tx ^>=1.36
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
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.36
, plutus-ledger-api ^>=1.36
, plutus-core ^>=1.37
, plutus-ledger-api ^>=1.37
, 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.36
, plutus-tx ^>=1.36
, plutus-tx-plugin ^>=1.36
, plutus-core ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37

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.36
, plutus-tx ^>=1.36
, plutus-core ^>=1.37
, plutus-tx ^>=1.37
, 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.36
, plutus-core ^>=1.37
, plutus-core:plutus-core-testlib
, plutus-tx ^>=1.36
, plutus-tx ^>=1.37
, 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.36
, plutus-tx ^>=1.36
, plutus-tx-plugin ^>=1.36
, plutus-core ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37

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.36
, plutus-core ^>=1.37

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.36
, plutus-ledger-api ^>=1.37

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.36
, plutus-tx:plutus-tx-testlib ^>=1.36
, plutus-core:plutus-core-testlib ^>=1.37
, plutus-tx:plutus-tx-testlib ^>=1.37
, tasty
, tasty-quickcheck

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

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

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

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

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

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

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

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

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

-- 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.36
, plutus-core ^>=1.37
, plutus-core:plutus-core-testlib
, plutus-tx ^>=1.36
, plutus-tx-plugin ^>=1.36
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37

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

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

-- 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.36
, plutus-core:plutus-core-testlib ^>=1.37

-- 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.36
, plutus-tx ^>=1.36
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37

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

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

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

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.36
, plutus-core ^>=1.37
, plutus-core:plutus-core-testlib
, plutus-tx:plutus-tx-testlib ^>=1.36
, plutus-tx:plutus-tx-testlib ^>=1.37
, 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.36
, plutus-core ^>=1.37
, plutus-core:plutus-core-execlib
, plutus-ledger-api ^>=1.36
, plutus-tx ^>=1.36
, plutus-tx-plugin ^>=1.36
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, plutus-tx-plugin ^>=1.37
, serialise

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

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

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.36
, plutus-core ^>=1.37
, plutus-core:plutus-core-testlib
, plutus-ledger-api ^>=1.36
, plutus-tx ^>=1.36
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37
, 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.36
, plutus-core ^>=1.37
, 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.36
, plutus-core ^>=1.37

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.36
, plutus-tx ^>=1.36
, plutus-ledger-api ^>=1.37
, plutus-tx ^>=1.37

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

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

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

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.36
, plutus-tx ^>=1.36
, plutus-core:plutus-core-testlib ^>=1.37
, plutus-tx ^>=1.37
, 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.36
, plutus-tx ^>=1.37
Loading

1 comment on commit 7a66eb2

@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: 7a66eb2 Previous: 9c184a8 Ratio
validation-auction_1-3 765.9 μs 542.3 μs 1.41
validation-auction_1-4 301.9 μs 217.6 μs 1.39
validation-crowdfunding-success-2 213 μs 195.4 μs 1.09
validation-crowdfunding-success-3 213.6 μs 195.9 μs 1.09
validation-currency-1 235.5 μs 215.9 μs 1.09
validation-future-increase-margin-2 490.7 μs 451.1 μs 1.09
validation-future-increase-margin-3 491.7 μs 449.9 μs 1.09
validation-future-increase-margin-4 457.1 μs 417.5 μs 1.09
validation-future-increase-margin-5 747.3 μs 680.8 μs 1.10
validation-future-pay-out-1 235.4 μs 215.8 μs 1.09
validation-future-pay-out-2 494.7 μs 448.8 μs 1.10
validation-future-pay-out-3 489.6 μs 446.8 μs 1.10
validation-future-pay-out-4 756.5 μs 686 μs 1.10
validation-future-settle-early-1 235.5 μs 215.6 μs 1.09
validation-future-settle-early-2 489.8 μs 450.3 μs 1.09
validation-future-settle-early-3 490.9 μs 447.2 μs 1.10
validation-game-sm-success_1-4 235.9 μs 215.7 μs 1.09
validation-game-sm-success_2-1 374.1 μs 340.8 μs 1.10
validation-game-sm-success_2-2 203.8 μs 186.7 μs 1.09
validation-game-sm-success_2-3 600.6 μs 550.4 μs 1.09
validation-game-sm-success_2-4 236.9 μs 215.5 μs 1.10
validation-game-sm-success_2-5 600.8 μs 547.7 μs 1.10
validation-game-sm-success_2-6 236.1 μs 218.5 μs 1.08
validation-multisig-sm-1 377.5 μs 343.1 μs 1.10
validation-multisig-sm-2 368 μs 335.2 μs 1.10
validation-multisig-sm-3 371.9 μs 340.6 μs 1.09
validation-multisig-sm-4 376.7 μs 344.3 μs 1.09
validation-multisig-sm-5 517.4 μs 473 μs 1.09
validation-multisig-sm-6 376.8 μs 342.5 μs 1.10
validation-multisig-sm-7 368.6 μs 335.1 μs 1.10
validation-multisig-sm-8 372.2 μs 341.6 μs 1.09
validation-multisig-sm-9 373.3 μs 342.7 μs 1.09
validation-multisig-sm-10 516.5 μs 471.9 μs 1.09
validation-ping-pong-1 313.7 μs 288 μs 1.09
validation-ping-pong-2 313.8 μs 287.8 μs 1.09
validation-ping-pong_2-1 195.3 μs 178.5 μs 1.09
validation-prism-1 170.9 μs 156 μs 1.10
validation-stablecoin_1-3 1115 μs 1004.9999999999999 μs 1.11
validation-stablecoin_2-3 1307 μs 1000 μs 1.31
validation-stablecoin_2-4 223.5 μs 211.5 μs 1.06
validation-uniswap-3 1924 μs 1503 μs 1.28
validation-uniswap-4 436.8 μs 311.4 μs 1.40
validation-uniswap-5 1420 μs 1004.9999999999999 μs 1.41
validation-uniswap-6 414.1 μs 291.5 μs 1.42
validation-vesting-1 431 μs 303 μs 1.42
validation-decode-future-increase-margin-4 742.9 μs 676.6 μs 1.10
validation-decode-future-increase-margin-5 743.6 μs 681.2 μs 1.09
validation-decode-future-pay-out-1 259.2 μs 236.6 μs 1.10
validation-decode-future-pay-out-2 350.1 μs 320 μs 1.09
validation-decode-future-pay-out-3 349.9 μs 319.5 μs 1.10
validation-decode-future-pay-out-4 742.9 μs 676.1 μs 1.10
validation-decode-future-settle-early-1 258 μs 243.2 μs 1.06
validation-decode-game-sm-success_2-2 236.3 μs 191.7 μs 1.23
validation-decode-game-sm-success_2-3 734.6 μs 654.5 μs 1.12
validation-decode-game-sm-success_2-4 201.2 μs 172.5 μs 1.17
validation-decode-game-sm-success_2-5 632.1 μs 522.8 μs 1.21
validation-decode-game-sm-success_2-6 240.8 μs 166.8 μs 1.44
validation-decode-multisig-sm-1 819.3 μs 575.9 μs 1.42
validation-decode-multisig-sm-2 818.6 μs 575.6 μs 1.42
validation-decode-multisig-sm-3 820 μs 650.9 μs 1.26
validation-decode-multisig-sm-4 819.4 μs 630.1 μs 1.30
validation-decode-multisig-sm-5 819.5 μs 597.9 μs 1.37
validation-decode-multisig-sm-6 819.7 μs 575.2 μs 1.43
validation-decode-multisig-sm-7 817.2 μs 575.6 μs 1.42
validation-decode-multisig-sm-8 802.2 μs 576.7 μs 1.39
validation-decode-multisig-sm-9 816 μs 576.2 μs 1.42
validation-decode-ping-pong-1 594.6 μs 529 μs 1.12
validation-decode-stablecoin_1-4 220.4 μs 183.9 μs 1.20
validation-decode-stablecoin_2-3 1199 μs 933.4 μs 1.28
validation-decode-stablecoin_2-4 211.9 μs 181.5 μs 1.17
validation-decode-uniswap-5 797.5 μs 728.3 μs 1.10
validation-decode-uniswap-6 197.6 μs 182.6 μs 1.08
validation-decode-vesting-1 380.1 μs 322 μs 1.18
nofib-clausify/formula1 3664 μs 3051 μs 1.20
nofib-clausify/formula5 60780 μs 50910 μs 1.19
nofib-primetest/10digits 22870 μs 19180 μs 1.19
nofib-primetest/30digits 64269.99999999999 μs 58580 μs 1.10
nofib-primetest/50digits 109800 μs 96660 μs 1.14
nofib-queens4x4/bt 5209 μs 4746 μs 1.10
nofib-queens4x4/bm 6425 μs 5904 μs 1.09
nofib-queens4x4/fc 17010 μs 11930 μs 1.43
nofib-queens5x5/bt 92520 μs 65330 μs 1.42
nofib-queens5x5/bm 73480 μs 67150 μs 1.09
nofib-queens5x5/bjbt1 83540 μs 76080 μs 1.10
nofib-queens5x5/bjbt2 81120 μs 73830 μs 1.10
marlowe-semantics/0101010001010101010101000100010100000001010000010001000001000101 940.9 μs 859.3 μs 1.09
marlowe-semantics/0101020201010201010200010102000201000201010102000102010201010000 303 μs 276.5 μs 1.10
marlowe-semantics/0101080808040600020306010000000302050807010208060100070207080202 751.6 μs 684.3 μs 1.10
marlowe-semantics/0104010200020000040103020102020004040300030304040400010301040303 773.8 μs 704.3 μs 1.10
marlowe-semantics/04000f0b04051006000e060f09080d0b090d0104050a0b0f0506070f0a070008 742.1 μs 675.2 μs 1.10
marlowe-semantics/0543a00ba1f63076c1db6bf94c6ff13ae7d266dd7544678743890b0e8e1add63 1051 μs 961.2 μs 1.09
marlowe-semantics/0705030002040601010206030604080208020207000101060706050502040301 1030 μs 943.9 μs 1.09
marlowe-semantics/07070c070510030509010e050d00040907050e0a0d06030f1006030701020607 998.3 μs 911 μs 1.10
marlowe-semantics/0bcfd9487614104ec48de2ea0b2c0979866a95115748c026f9ec129384c262c4 1113 μs 1018.9999999999999 μs 1.09
marlowe-semantics/0be82588e4e4bf2ef428d2f44b7687bbb703031d8de696d90ec789e70d6bc1d8 1320 μs 1201 μs 1.10
marlowe-semantics/0f1d0110001b121d051e15140c0c05141d151c1f1d201c040f10091b020a0e1a 467.7 μs 427 μs 1.10
marlowe-semantics/119fbea4164e2bf21d2b53aa6c2c4e79414fe55e4096f5ce2e804735a7fbaf91 760.6 μs 697.3 μs 1.09
marlowe-semantics/12910f24d994d451ff379b12c9d1ecdb9239c9b87e5d7bea570087ec506935d5 486.2 μs 445.9 μs 1.09
marlowe-semantics/18cefc240debc0fcab14efdd451adfd02793093efe7bc76d6322aed6ddb582ad 743.2 μs 679.1 μs 1.09
marlowe-semantics/1a2f2540121f09321216090b2b1f211e3f020c2c133a1a3c3f3c232a26153a04 303.8 μs 275.6 μs 1.10
marlowe-semantics/1a573aed5c46d637919ccb5548dfc22a55c9fc38298d567d15ee9f2eea69d89e 875.3 μs 799.4 μs 1.09
marlowe-semantics/1d56060c3b271226064c672a282663643b1b0823471c67737f0b076870331260 933.6 μs 711.3 μs 1.31
marlowe-semantics/1d6e3c137149a440f35e0efc685b16bfb8052ebcf66ec4ad77e51c11501381c7 385.2 μs 275.3 μs 1.40
marlowe-semantics/4d7adf91bfc93cebe95a7e054ec17cfbb912b32bd8aecb48a228b50e02b055c8 730.8 μs 629.9 μs 1.16
marlowe-semantics/4f9e8d361b85e62db2350dd3ae77463540e7af0d28e1eb68faeecc45f4655f57 470.4 μs 360.3 μs 1.31
marlowe-semantics/52df7c8dfaa5f801cd837faa65f2fd333665fff00a555ce8c55e36ddc003007a 365 μs 333.7 μs 1.09
marlowe-semantics/53ed4db7ab33d6f907eec91a861d1188269be5ae1892d07ee71161bfb55a7cb7 475.8 μs 337.7 μs 1.41
marlowe-semantics/55dfe42688ad683b638df1fa7700219f00f53b335a85a2825502ab1e0687197e 392.2 μs 276.2 μs 1.42
marlowe-semantics/56333d4e413dbf1a665463bf68067f63c118f38f7539b7ba7167d577c0c8b8ce 749.6 μs 685.1 μs 1.09
marlowe-semantics/57728d8b19b0e06412786f3dfed9e1894cd0ad1d2bc2bd497ec0ecb68f989d2b 303.3 μs 276.8 μs 1.10
marlowe-semantics/5abae75af26f45658beccbe48f7c88e74efdfc0b8409ba1e98f95fa5b6caf999 482.7 μs 438.3 μs 1.10
marlowe-semantics/5d0a88250f13c49c20e146819357a808911c878a0e0a7d6f7fe1d4a619e06112 1044 μs 954.1 μs 1.09
marlowe-semantics/5e274e0f593511543d41570a4b03646c1d7539062b5728182e073e5760561a66 988.1 μs 903.1 μs 1.09
marlowe-semantics/5e2c68ac9f62580d626636679679b97109109df7ac1a8ce86d3e43dfb5e4f6bc 514.5 μs 469.9 μs 1.09
marlowe-semantics/5f130d19918807b60eab4c03119d67878fb6c6712c28c54f5a25792049294acc 300.8 μs 275.6 μs 1.09
marlowe-semantics/5f306b4b24ff2b39dab6cdc9ac6ca9bb442c1dc6f4e7e412eeb5a3ced42fb642 729 μs 667.4 μs 1.09
marlowe-semantics/5f3d46c57a56cef6764f96c9de9677ac6e494dd7a4e368d1c8dd9c1f7a4309a5 483.4 μs 441.8 μs 1.09
marlowe-semantics/64c3d5b43f005855ffc4d0950a02fd159aa1575294ea39061b81a194ebb9eaae 650.4 μs 593.9 μs 1.10
marlowe-semantics/65bc4b69b46d18fdff0fadbf00dd5ec2b3e03805fac9d5fb4ff2d3066e53fc7e 2407 μs 2203 μs 1.09
marlowe-semantics/66af9e473d75e3f464971f6879cc0f2ef84bafcb38fbfa1dbc31ac2053628a38 1266 μs 1158 μs 1.09
marlowe-semantics/675d63836cad11b547d1b4cddd498f04c919d4342612accf40913f9ae9419fac 1010 μs 921 μs 1.10
marlowe-semantics/67ba5a9a0245ee3aff4f34852b9889b8c810fccd3dce2a23910bddd35c503b71 5965 μs 5460 μs 1.09
marlowe-semantics/6d88f7294dd2b5ce02c3dc609bc7715bd508009738401d264bf9b3eb7c6f49c1 481.4 μs 438.9 μs 1.10
marlowe-semantics/70f65b21b77ddb451f3df9d9fb403ced3d10e1e953867cc4900cc25e5b9dec47 786.8 μs 717.9 μs 1.10
marlowe-semantics/71965c9ccae31f1ffc1d85aa20a356d4ed97a420954018d8301ec4f9783be0d7 520 μs 430.5 μs 1.21
marlowe-semantics/74c67f2f182b9a0a66c62b95d6fac5ace3f7e71ea3abfc52ffbe3ecb93436ea2 773.7 μs 711.1 μs 1.09
marlowe-semantics/7529b206a78becb793da74b78c04d9d33a2540a1abd79718e681228f4057403a 779.7 μs 709.6 μs 1.10
marlowe-semantics/75a8bb183688bce447e00f435a144c835435e40a5defc6f3b9be68b70b4a3db6 687.5 μs 630 μs 1.09
marlowe-semantics/7a758e17486d1a30462c32a5d5309bd1e98322a9dcbe277c143ed3aede9d265f 520.6 μs 475.3 μs 1.10
marlowe-semantics/7cbc5644b745f4ea635aca42cce5e4a4b9d2e61afdb3ac18128e1688c07071ba 594.8 μs 423.4 μs 1.40
marlowe-semantics/82213dfdb6a812b40446438767c61a388d2c0cfd0cbf7fd4a372b0dc59fa17e1 1698 μs 1199 μs 1.42
marlowe-semantics/8c7fdc3da6822b5112074380003524f50fb3a1ce6db4e501df1086773c6c0201 1455 μs 1024 μs 1.42
marlowe-semantics/8d9ae67656a2911ab15a8e5301c960c69aa2517055197aff6b60a87ff718d66c 458.6 μs 323.5 μs 1.42
marlowe-semantics/96e1a2fa3ceb9a402f2a5841a0b645f87b4e8e75beb636692478ec39f74ee221 390.3 μs 274.6 μs 1.42
marlowe-semantics/9fabc4fc3440cdb776b28c9bb1dd49c9a5b1605fe1490aa3f4f64a3fa8881b25 1367 μs 966.9 μs 1.41
marlowe-semantics/a85173a832db3ea944fafc406dfe3fa3235254897d6d1d0e21bc380147687bd5 369.4 μs 337.6 μs 1.09
marlowe-semantics/a9a853b6d083551f4ed2995551af287880ef42aee239a2d9bc5314d127cce592 578.3 μs 475.5 μs 1.22
marlowe-semantics/acb9c83c2b78dabef8674319ad69ba54912cd9997bdf2d8b2998c6bfeef3b122 637 μs 583.4 μs 1.09
marlowe-semantics/acce04815e8fd51be93322888250060da173eccf3df3a605bd6bc6a456cde871 297.4 μs 268.6 μs 1.11

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

CC: @IntersectMBO/plutus-core

Please sign in to comment.