Skip to content

Commit

Permalink
Restore flat benchmarks in cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Jun 10, 2021
1 parent c59b28a commit dd7c605
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 35 deletions.
28 changes: 28 additions & 0 deletions nix/pkgs/haskell/materialized-unix/.plan.nix/plutus-benchmark.nix

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

2 changes: 2 additions & 0 deletions nix/pkgs/haskell/materialized-unix/default.nix

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

70 changes: 35 additions & 35 deletions plutus-benchmark/plutus-benchmark.cabal
Expand Up @@ -178,38 +178,38 @@ test-suite plutus-benchmark-nofib-tests
, tasty-quickcheck -any
, mtl -any

-- benchmark flat
-- import: lang
-- type: exitcode-stdio-1.0
-- main-is: Main.hs
-- ghc-options: -fno-full-laziness
-- hs-source-dirs:
-- flat
-- other-modules:
-- Dataset
-- Codec
-- Report
-- Paths_plutus_benchmark
-- build-depends:
-- base >=4.7 && <5
-- , boxes -any
-- , bytestring -any
-- , containers -any
-- , criterion >= 1.5.9.0
-- , deepseq -any
-- , flat -any
-- , lens -any
-- , marlowe -any
-- , plutus-core -any
-- , plutus-use-cases -any
-- , plutus-ledger -any
-- , plutus-core -any
-- , plutus-contract -any
-- , plutus-tx -any
-- , plutus-tx-plugin -any
-- , pure-zlib -any
-- , filepath -any
-- , serialise -any
-- , text -any
-- , transformers -any
-- , zlib
benchmark flat
import: lang
type: exitcode-stdio-1.0
main-is: Main.hs
ghc-options: -fno-full-laziness
hs-source-dirs:
flat
other-modules:
Dataset
Codec
Report
Paths_plutus_benchmark
build-depends:
base >=4.7 && <5
, boxes -any
, bytestring -any
, containers -any
, criterion >= 1.5.9.0
, deepseq -any
, flat -any
, lens -any
, marlowe -any
, plutus-core -any
, plutus-use-cases -any
, plutus-ledger -any
, plutus-core -any
, plutus-contract -any
, plutus-tx -any
, plutus-tx-plugin -any
, pure-zlib -any
, filepath -any
, serialise -any
, text -any
, transformers -any
, zlib

0 comments on commit dd7c605

Please sign in to comment.