summaryrefslogtreecommitdiff
path: root/benchmark/weigh-pandoc.hs
Commit message (Collapse)AuthorAge
* Switched Writer types to use Text.John MacFarlane2017-06-11
| | | | | | | | | | | * 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.
* Fixed weigh-pandoc for Text readers.John MacFarlane2017-06-10
|
* Fixed weigh-pandoc so it compiles again.John MacFarlane2017-03-15
|
* Fix stale references to `tests` directory (#3469)Or Neeman2017-02-25
| | | | | 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.
* Fixed up weigh-pandoc and benchmark-pandoc so they build.John MacFarlane2017-01-25
|
* Added weigh-pandoc for memory usage diagnostics.John MacFarlane2016-11-18
See #3169.