-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | quick & easy benchmarking of command-line programs -- -- quickbench produces very simple output (elapsed seconds), as quickly -- as possible (running commands just once by default), and tabulates -- results from multiple executables. I find it very useful for quick and -- dirty, exploratory, and comparative measurements that you can -- understand at a glance. Please see the readme for more. @package quickbench @version 1.0.1 module QuickBench -- | Run the quickbench program, returning an error message if there was a -- problem. defaultMain :: IO (Maybe String) instance GHC.Show.Show QuickBench.Opts