aboutsummaryrefslogtreecommitdiff
path: root/benchmark/benchmark-pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2021-03-17Benchmark improvements.John MacFarlane1-2/+2
2021-03-16Increase heap space in runtime for benchmarks.John MacFarlane1-0/+1
2021-03-15Switch to gauge for now for benchmarks.John MacFarlane1-7/+7
2021-03-15Force readFile in benchmarks earlyBodigrim1-6/+6
2021-02-20Benchmark improvements.John MacFarlane1-4/+17
2021-02-13Clean up benchmark code.John MacFarlane1-72/+39
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2021-02-02Remove superfluous importJohn MacFarlane1-1/+0
2021-01-30Use tasty-bench instead of criterion for benchmarks.John MacFarlane1-11/+14
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-07-07[Bench] Benchmark bytestring readersNikolay Yakimov1-25/+35
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-10/+12
2019-09-29Fix benchmarks so they compile again.John MacFarlane1-13/+15
2019-08-25Got benchmarks working with ipynb.John MacFarlane1-2/+17
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-1/+1
2018-10-13Update benchmarks for ghc 8.6.1.John MacFarlane1-12/+17
2018-03-18Added Prelude imports to sources in benchmark and trypandoc.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-1/+1
2017-12-30Improve benchmarks.John MacFarlane1-40/+43
2017-12-30Improved benchmark argument parsing.John MacFarlane1-10/+5
2017-12-28Remove redundant import.John MacFarlane1-1/+0
2017-12-28Revised benchmark so it doesn't use FileTree constructor.John MacFarlane1-4/+5
2017-10-29Fixed warnings.John MacFarlane1-3/+3
2017-10-26update years in copyrightKolen Cheung1-1/+1
2017-06-19Fixed name shadowing in benchmark.John MacFarlane1-1/+1
2017-06-11Removed redundant import.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-5/+5
2017-06-10Fixed benchmark to work with Text readers.John MacFarlane1-5/+7
2017-02-25Fix stale references to `tests` directory (#3469)Or Neeman1-3/+3
2017-01-27benchmark: allow benchmark arguments.John MacFarlane1-2/+18
2017-01-27Fix up benchmarks so they compile.John MacFarlane1-4/+18
2017-01-25Fixed up weigh-pandoc and benchmark-pandoc so they build.John MacFarlane1-8/+11
2016-11-30Removed unused import.John MacFarlane1-1/+0
2015-12-14Fixed benchmark for new API.John MacFarlane1-2/+2
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-10-09Removed unneeded imports in benchmark program.John MacFarlane1-2/+0
2015-10-09Updated benchmark program.John MacFarlane1-6/+3
2015-10-09benchmark: Use Criterion.Monad not Criterion.Config.John MacFarlane1-1/+1
2015-03-30benchmark - removed kludge we needed before CommonMark writer.John MacFarlane1-6/+1
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane1-4/+6
2015-03-17Added CommonMark reader using cmark (libcmark bindings).John MacFarlane1-6/+12
2015-02-18Update benchmarksMatthew Pickering1-3/+5
2014-08-01benchmark: use only test suite for benchmark.John MacFarlane1-3/+2
2014-08-01Use nfIO in benchmark instead of getLength trick.John MacFarlane1-3/+1
2014-08-01Make benchmarks compile again.Artyom Kazak1-15/+20
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-1/+17
2013-09-10benchmark: Remove haddock (no writer to create reader input).John MacFarlane1-1/+2
2013-06-25Revised benchmark for new metadata.John MacFarlane1-2/+1