Skip to content

Commit

Permalink
Restore Marlowe benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Jun 10, 2021
1 parent 71f3627 commit ad40b92
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions plutus-benchmark/plutus-benchmark.cabal
Expand Up @@ -27,6 +27,8 @@ data-files:
validation/data/stablecoin/*.flat
validation/data/token-account/*.flat
validation/data/vesting/*.flat
validation/data/marlowe/trustfund/*.flat
validation/data/marlowe/zerocoupon/*.flat

source-repository head
type: git
Expand Down
2 changes: 2 additions & 0 deletions plutus-benchmark/validation/Main.hs
Expand Up @@ -72,6 +72,8 @@ contractDirs =
, "stablecoin"
, "token-account"
, "vesting"
, "marlowe" </> "trustfund" -- The Marlowe examples aren't included in plutus-use-cases-scripts
, "marlowe" </> "zerocoupon"
]

fromDeBruijn :: DbProgram -> IO Program
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ad40b92

Please sign in to comment.