index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchmark
/
benchmark-pandoc.hs
Age
Commit message (
Expand
)
Author
2023-12-10
Benchmark: use standalone documents for reader tests.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-13
Got benchmarks compiling with new API.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-03-17
Benchmark improvements.
John MacFarlane
2021-03-16
Increase heap space in runtime for benchmarks.
John MacFarlane
2021-03-15
Switch to gauge for now for benchmarks.
John MacFarlane
2021-03-15
Force readFile in benchmarks early
Bodigrim
2021-02-20
Benchmark improvements.
John MacFarlane
2021-02-13
Clean up benchmark code.
John MacFarlane
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2021-02-02
Remove superfluous import
John MacFarlane
2021-01-30
Use tasty-bench instead of criterion for benchmarks.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-07-07
[Bench] Benchmark bytestring readers
Nikolay Yakimov
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-09-29
Fix benchmarks so they compile again.
John MacFarlane
2019-08-25
Got benchmarks working with ipynb.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-10-13
Update benchmarks for ghc 8.6.1.
John MacFarlane
2018-03-18
Added Prelude imports to sources in benchmark and trypandoc.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-12-30
Improve benchmarks.
John MacFarlane
2017-12-30
Improved benchmark argument parsing.
John MacFarlane
2017-12-28
Remove redundant import.
John MacFarlane
2017-12-28
Revised benchmark so it doesn't use FileTree constructor.
John MacFarlane
2017-10-29
Fixed warnings.
John MacFarlane
2017-10-26
update years in copyright
Kolen Cheung
2017-06-19
Fixed name shadowing in benchmark.
John MacFarlane
2017-06-11
Removed redundant import.
John MacFarlane
2017-06-11
Switched Writer types to use Text.
John MacFarlane
2017-06-10
Fixed benchmark to work with Text readers.
John MacFarlane
2017-02-25
Fix stale references to `tests` directory (#3469)
Or Neeman
2017-01-27
benchmark: allow benchmark arguments.
John MacFarlane
2017-01-27
Fix up benchmarks so they compile.
John MacFarlane
2017-01-25
Fixed up weigh-pandoc and benchmark-pandoc so they build.
John MacFarlane
2016-11-30
Removed unused import.
John MacFarlane
2015-12-14
Fixed benchmark for new API.
John MacFarlane
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
2015-10-09
Removed unneeded imports in benchmark program.
John MacFarlane
2015-10-09
Updated benchmark program.
John MacFarlane
2015-10-09
benchmark: Use Criterion.Monad not Criterion.Config.
John MacFarlane
2015-03-30
benchmark - removed kludge we needed before CommonMark writer.
John MacFarlane
2015-03-28
Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...
John MacFarlane
2015-03-17
Added CommonMark reader using cmark (libcmark bindings).
John MacFarlane
2015-02-18
Update benchmarks
Matthew Pickering
2014-08-01
benchmark: use only test suite for benchmark.
John MacFarlane
2014-08-01
Use nfIO in benchmark instead of getLength trick.
John MacFarlane
[next]