runBenchmark : AttoSeconds -> Benchmarkable err -> IO (Either err (List Measured))Run a benchmark with an increasing number of
iterations until at least the given time limit
has passed.
runDefault : (String -> Bool) -> Format -> (err -> String) -> Benchmark err -> IO ()