summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Collapse)AuthorAge
* Updated benchmark code for changes in Text.Pandoc.John MacFarlane2013-01-04
|
* Fixed benchmark file to find documentation files.John MacFarlane2012-12-29
|
* Data files changes.John MacFarlane2012-12-29
| | | | | | | | | | * Added `embed_data_files` flag. (not yet used) * Shared no longer exports `findDataFile`. * `readDataFile` now returns a strict bytestring. * Shared now exports `readDataFileUTF8` which returns a string like the old `readDataFile`. * Rewrote modules to use new data file functions and to avoid using functions from Paths_pandoc directly.
* Changes to literate haskell options.John MacFarlane2012-08-08
| | | | | | | | | | | - Removed writerLiterateHaskell from WriterOptions. - Removed readerLiterateHaskell from ReaderOptions. - Added Ext_literate_haskell to Extensions. Test for this instead of the above. - Removed failUnlessLHS from Shared. Note: At this point, +lhs and .lhs extension no longer has any effect. Need to fix.
* Benchmark: default to sample size of 20 for speed.John MacFarlane2012-07-27
|
* Use README + testsuite in benchmarks.John MacFarlane2012-07-27
|
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
|
* Added type signature.John MacFarlane2012-07-26
|
* Integrated benchmark into cabal.John MacFarlane2012-07-26
Can now do: cabal configure --enable-benchmarks && cabal build cabal bench --benchmark-option='markdown' --benchmark-option='-s 20'