Age | Commit message (Expand) | Author | Files | Lines |
2021-02-22 | Remove weigh-pandoc. | John MacFarlane | 1 | -48/+0 |
2021-02-20 | Benchmark improvements. | John MacFarlane | 1 | -4/+17 |
2021-02-13 | Clean up benchmark code. | John MacFarlane | 1 | -72/+39 |
2021-02-07 | Avoid unnecessary use of NoImplicitPrelude pragma (#7089) | Albert Krewinkel | 2 | -4/+0 |
2021-02-02 | Remove superfluous import | John MacFarlane | 1 | -1/+0 |
2021-01-30 | Use tasty-bench instead of criterion for benchmarks. | John MacFarlane | 1 | -11/+14 |
2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel | 2 | -2/+2 |
2020-09-13 | Fix hlint suggestions, update hlint.yaml (#6680) | Christian Despres | 1 | -1/+1 |
2020-07-07 | [Bench] Benchmark bytestring readers | Nikolay Yakimov | 1 | -25/+35 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -2/+0 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 2 | -13/+16 |
2019-09-29 | Fix benchmarks so they compile again. | John MacFarlane | 1 | -13/+15 |
2019-08-25 | Got benchmarks working with ipynb. | John MacFarlane | 1 | -2/+17 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 2 | -1/+12 |
2018-10-13 | Update benchmarks for ghc 8.6.1. | John MacFarlane | 1 | -12/+17 |
2018-03-18 | Added Prelude imports to sources in benchmark and trypandoc. | John MacFarlane | 2 | -0/+4 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -1/+1 |
2017-12-30 | Improve benchmarks. | John MacFarlane | 1 | -40/+43 |
2017-12-30 | Improved benchmark argument parsing. | John MacFarlane | 1 | -10/+5 |
2017-12-28 | Remove redundant import. | John MacFarlane | 1 | -1/+0 |
2017-12-28 | Revised benchmark so it doesn't use FileTree constructor. | John MacFarlane | 1 | -4/+5 |
2017-10-29 | Fixed warnings. | John MacFarlane | 1 | -3/+3 |
2017-10-26 | update years in copyright | Kolen Cheung | 1 | -1/+1 |
2017-06-19 | Fixed name shadowing in benchmark. | John MacFarlane | 1 | -1/+1 |
2017-06-11 | Removed redundant import. | John MacFarlane | 1 | -1/+1 |
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 2 | -9/+9 |
2017-06-10 | Fixed weigh-pandoc for Text readers. | John MacFarlane | 1 | -2/+3 |
2017-06-10 | Fixed benchmark to work with Text readers. | John MacFarlane | 1 | -5/+7 |
2017-03-15 | Fixed weigh-pandoc so it compiles again. | John MacFarlane | 1 | -3/+3 |
2017-02-25 | Fix stale references to `tests` directory (#3469) | Or Neeman | 2 | -4/+4 |
2017-01-27 | benchmark: allow benchmark arguments. | John MacFarlane | 1 | -2/+18 |
2017-01-27 | Fix up benchmarks so they compile. | John MacFarlane | 1 | -4/+18 |
2017-01-25 | Fixed up weigh-pandoc and benchmark-pandoc so they build. | John MacFarlane | 2 | -12/+15 |
2016-11-30 | Removed unused import. | John MacFarlane | 1 | -1/+0 |
2016-11-18 | Added weigh-pandoc for memory usage diagnostics. | John MacFarlane | 1 | -0/+37 |
2015-12-14 | Fixed benchmark for new API. | John MacFarlane | 1 | -2/+2 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -1/+0 |
2015-10-09 | Removed unneeded imports in benchmark program. | John MacFarlane | 1 | -2/+0 |
2015-10-09 | Updated benchmark program. | John MacFarlane | 1 | -6/+3 |
2015-10-09 | benchmark: Use Criterion.Monad not Criterion.Config. | John MacFarlane | 1 | -1/+1 |
2015-03-30 | benchmark - removed kludge we needed before CommonMark writer. | John MacFarlane | 1 | -6/+1 |
2015-03-28 | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker... | John MacFarlane | 1 | -4/+6 |
2015-03-17 | Added CommonMark reader using cmark (libcmark bindings). | John MacFarlane | 1 | -6/+12 |
2015-02-18 | Update benchmarks | Matthew Pickering | 1 | -3/+5 |
2014-08-01 | benchmark: use only test suite for benchmark. | John MacFarlane | 1 | -3/+2 |
2014-08-01 | Use nfIO in benchmark instead of getLength trick. | John MacFarlane | 1 | -3/+1 |
2014-08-01 | Make benchmarks compile again. | Artyom Kazak | 1 | -15/+20 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -1/+17 |