Skip to content

Commit

Permalink
bump tasty-bench upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Jul 9, 2024
1 parent d8e8c30 commit 6265e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion timer-wheel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ name: timer-wheel
synopsis: A timer wheel
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1
version: 1.0.0.1
x-revision: 1

description:
This library provides a timer wheel data structure for registering one-shot or recurring @IO@ actions to fire after a
Expand Down Expand Up @@ -100,7 +101,7 @@ benchmark bench
build-depends:
ki,
random ^>= 1.2,
tasty-bench ^>= 0.3.5,
tasty-bench ^>= 0.3.5 || ^>= 0.4,
timer-wheel,
ghc-options: -fproc-alignment=64 -rtsopts -threaded "-with-rtsopts=-N2 -T -A32m"
hs-source-dirs: bench
Expand Down

0 comments on commit 6265e76

Please sign in to comment.