aboutsummaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)Author
2018-03-18Added Prelude imports to sources in benchmark and trypandoc.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-30Improve benchmarks.John MacFarlane
2017-12-30Improved benchmark argument parsing.John MacFarlane
2017-12-28Remove redundant import.John MacFarlane
2017-12-28Revised benchmark so it doesn't use FileTree constructor.John MacFarlane
2017-10-29Fixed warnings.John MacFarlane
2017-10-26update years in copyrightKolen Cheung
2017-06-19Fixed name shadowing in benchmark.John MacFarlane
2017-06-11Removed redundant import.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-06-10Fixed weigh-pandoc for Text readers.John MacFarlane
2017-06-10Fixed benchmark to work with Text readers.John MacFarlane
2017-03-15Fixed weigh-pandoc so it compiles again.John MacFarlane
2017-02-25Fix stale references to `tests` directory (#3469)Or Neeman
2017-01-27benchmark: allow benchmark arguments.John MacFarlane
2017-01-27Fix up benchmarks so they compile.John MacFarlane
2017-01-25Fixed up weigh-pandoc and benchmark-pandoc so they build.John MacFarlane
2016-11-30Removed unused import.John MacFarlane
2016-11-18Added weigh-pandoc for memory usage diagnostics.John MacFarlane
2015-12-14Fixed benchmark for new API.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-10-09Removed unneeded imports in benchmark program.John MacFarlane
2015-10-09Updated benchmark program.John MacFarlane
2015-10-09benchmark: Use Criterion.Monad not Criterion.Config.John MacFarlane
2015-03-30benchmark - removed kludge we needed before CommonMark writer.John MacFarlane
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane
2015-03-17Added CommonMark reader using cmark (libcmark bindings).John MacFarlane
2015-02-18Update benchmarksMatthew Pickering
2014-08-01benchmark: use only test suite for benchmark.John MacFarlane
2014-08-01Use nfIO in benchmark instead of getLength trick.John MacFarlane
2014-08-01Make benchmarks compile again.Artyom Kazak
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2013-09-10benchmark: Remove haddock (no writer to create reader input).John MacFarlane
2013-06-25Revised benchmark for new metadata.John MacFarlane
2013-06-24Use aeson for json.John MacFarlane
2013-01-04Updated benchmark code for changes in Text.Pandoc.John MacFarlane
2012-12-29Fixed benchmark file to find documentation files.John MacFarlane
2012-12-29Data files changes.John MacFarlane
2012-08-08Changes to literate haskell options.John MacFarlane
2012-07-27Benchmark: default to sample size of 20 for speed.John MacFarlane
2012-07-27Use README + testsuite in benchmarks.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane
2012-07-26Added type signature.John MacFarlane
2012-07-26Integrated benchmark into cabal.John MacFarlane