aboutsummaryrefslogtreecommitdiff
path: root/Benchmark.hs
AgeCommit message (Expand)Author
2012-07-26Integrated benchmark into cabal.John MacFarlane
2012-07-25Fixed Benchmark to compile with latest changes.John MacFarlane
2012-07-25Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane
2012-07-25Got rid of stateStandalone, which was hardly used anyway.John MacFarlane
2010-12-30More accurate benchmark for normalize.John MacFarlane
2010-12-30New HTML reader using tagsoup as a lexer.John MacFarlane
2010-12-25Added normalize benchmark to Benchmark.hs.John MacFarlane
2010-12-12Benchmark: use nf for writers.John MacFarlane
2010-12-10Added Benchmark.hs, testing all readers + writers using criterion.John MacFarlane