aboutsummaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)Author
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-13Got benchmarks compiling with new API.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-03-17Benchmark improvements.John MacFarlane
2021-03-16Increase heap space in runtime for benchmarks.John MacFarlane
2021-03-15Switch to gauge for now for benchmarks.John MacFarlane
2021-03-15Force readFile in benchmarks earlyBodigrim
2021-02-22Remove weigh-pandoc.John MacFarlane
2021-02-20Benchmark improvements.John MacFarlane
2021-02-13Clean up benchmark code.John MacFarlane
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-02-02Remove superfluous importJohn MacFarlane
2021-01-30Use tasty-bench instead of criterion for benchmarks.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-07-07[Bench] Benchmark bytestring readersNikolay Yakimov
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-29Fix benchmarks so they compile again.John MacFarlane
2019-08-25Got benchmarks working with ipynb.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-10-13Update benchmarks for ghc 8.6.1.John MacFarlane
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