diff options
| author | John MacFarlane <[email protected]> | 2021-03-16 15:59:50 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2021-03-16 15:59:50 -0700 |
| commit | 1ef35343288ae7cb1d074c6a25aa5e47fdc55da9 (patch) | |
| tree | e9d3bf137848de4b64e2f1ae797e784f06e85287 /benchmark | |
| parent | 94c917c13feed49c2d5ad278849456a488673347 (diff) | |
Increase heap space in runtime for benchmarks.
Otherwise we're essentially benchmarking garbage collecting,
which can give very inconsistent results.
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/benchmark-pandoc.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/benchmark-pandoc.hs b/benchmark/benchmark-pandoc.hs index f9a872011..111e63274 100644 --- a/benchmark/benchmark-pandoc.hs +++ b/benchmark/benchmark-pandoc.hs @@ -23,6 +23,7 @@ import Control.Monad.Except (throwError) import qualified Text.Pandoc.UTF8 as UTF8 import qualified Data.ByteString as B import qualified Data.Text as T +-- import Test.Tasty.Bench import Gauge import qualified Data.ByteString.Lazy as BL import Data.Maybe (mapMaybe) |
