Table of Contents
A benchmark runner class that displays the results in textual form It prints out the names of benchmarks as they are run, errors as they occur, and a summary of the results at the end of the benchmark run.
__init__ ( self, stream=sys.stderr, verbosity=1, )
run ( self, benchmark )
Run the given benchmark case or benchmark suite