Skip to content

Commit

Permalink
temporary removing bench
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Feb 13, 2024
1 parent 68ed7fb commit 7c4115f
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions tls/tls.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -166,35 +166,6 @@ test-suite spec
serialise,
tls

benchmark bench-tls
type: exitcode-stdio-1.0
main-is: Benchmarks.hs
hs-source-dirs: Benchmarks
other-modules:
Certificate
Connection
PipeChan
PubKey

default-extensions: Strict StrictData
default-language: Haskell2010
ghc-options: -Wall -fno-warn-unused-imports
build-depends:
base >=4 && <5,
tls,
crypton-x509,
crypton-x509-validation,
data-default-class,
crypton,
gauge,
bytestring,
asn1-types,
async >=2.0,
hourglass,
QuickCheck >=2,
tasty-quickcheck,
tls

executable server
main-is: server.hs
hs-source-dirs: util
Expand Down

0 comments on commit 7c4115f

Please sign in to comment.