aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-02-22 22:10:20 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-02-22 22:10:20 -0800
commitd7cfa0ef4c926d6bb91d0a870edeea8911d81c3a (patch)
tree3e4ab70ce50b887a93bc199a037653d64da4a77c /pandoc.cabal
parent21d0b4745b46f8622b31647c81a9d9178b1a579d (diff)
downloadpandoc-d7cfa0ef4c926d6bb91d0a870edeea8911d81c3a.tar.gz
Remove weigh-pandoc.
It's not really useful any more, now that our regular benchmarks include data on allocation.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal8
1 files changed, 0 insertions, 8 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 30226f445..e4001abb8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -725,14 +725,6 @@ executable trypandoc
else
buildable: False
-benchmark weigh-pandoc
- import: common-executable
- type: exitcode-stdio-1.0
- main-is: weigh-pandoc.hs
- hs-source-dirs: benchmark
- build-depends: mtl >= 2.2 && < 2.3,
- weigh >= 0.0 && < 0.1,
-
test-suite test-pandoc
import: common-executable
type: exitcode-stdio-1.0