Skip to content

Commit

Permalink
Disable benchmarks to maintain LTS compatability.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Dec 11, 2024
1 parent 885b437 commit 804d22f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 34 deletions.
23 changes: 1 addition & 22 deletions lens-regex-pcre.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 754b704711197304d9dc42fd95daa8ff18d78f8327f4dffac02d893d13ac7ac6
-- hash: 6ab2b296761109d7cc7b2a86dd4ca15b111214086ceff217b38b72b7de9e5629

name: lens-regex-pcre
version: 1.1.1.0
Expand Down Expand Up @@ -69,24 +69,3 @@ test-suite lens-regex-pcre-test
, template-haskell
, text
default-language: Haskell2010

benchmark lens-regex-pcre-bench
type: exitcode-stdio-1.0
main-is: Bench.hs
other-modules:
Paths_lens_regex_pcre
hs-source-dirs:
bench
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, bytestring
, containers
, gauge
, lens
, lens-regex-pcre
, pcre-heavy
, pcre-light >=0.4.1.0
, template-haskell
, text
default-language: Haskell2010
24 changes: 12 additions & 12 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lens-regex-pcre
version: 1.1.1.0
version: 1.1.2.0
github: "ChrisPenner/lens-regex-pcre"
license: BSD3
author: "Chris Penner"
Expand Down Expand Up @@ -46,14 +46,14 @@ tests:
- lens-regex-pcre
- hspec

benchmarks:
lens-regex-pcre-bench:
main: Bench.hs
source-dirs: bench
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- lens-regex-pcre
- gauge
# benchmarks:
# lens-regex-pcre-bench:
# main: Bench.hs
# source-dirs: bench
# ghc-options:
# - -threaded
# - -rtsopts
# - -with-rtsopts=-N
# dependencies:
# - lens-regex-pcre
# - gauge

0 comments on commit 804d22f

Please sign in to comment.