aboutsummaryrefslogtreecommitdiff
path: root/benchmark/weigh-pandoc.hs
AgeCommit message (Collapse)AuthorFilesLines
2017-06-11Switched Writer types to use Text.John MacFarlane1-4/+4
* XML.toEntities: changed type to Text -> Text. * Shared.tabFilter -- fixed so it strips out CRs as before. * Modified writers to take Text. * Updated tests, benchmarks, trypandoc. [API change] Closes #3731.
2017-06-10Fixed weigh-pandoc for Text readers.John MacFarlane1-2/+3
2017-03-15Fixed weigh-pandoc so it compiles again.John MacFarlane1-3/+3
2017-02-25Fix stale references to `tests` directory (#3469)Or Neeman1-1/+1
Some of the benchmarks were failing due to references to files in the `tests` directory, which is now called `test`. A search found other references to it also. This commit updates all these references.
2017-01-25Fixed up weigh-pandoc and benchmark-pandoc so they build.John MacFarlane1-4/+4
2016-11-18Added weigh-pandoc for memory usage diagnostics.John MacFarlane1-0/+37
See #3169.