From afba6bce9c2e8ff77da2848f57f443088861db5d Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 19 Mar 2024 16:03:38 +1100 Subject: add benchmarking --- package.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 515b9ff..56d6dc3 100644 --- a/package.yaml +++ b/package.yaml @@ -19,6 +19,7 @@ executables: ghc-options: [-O2, -fdicts-strict, -fspec-constr-recursive=16, -fmax-worker-args=16, -fplugin=Fusion.Plugin, -Wall, -Wno-name-shadowing] other-modules: - Data.FastQ + - Dedumi tests: tests: @@ -28,3 +29,14 @@ tests: - temporary other-modules: - Data.FastQ + + bench: + main: bench.hs + dependencies: + - QuickCheck + - criterion + - temporary + - text + other-modules: + - Data.FastQ + - Dedumi -- cgit v1.2.3