BenchmarkBuilder
-
Removed
benchmark_random_list
andbenchmark_random_array
in
favor of the static methodsuse_random_lists_as_arguments
and
use_random_arrays_as_arguments
onBenchmarkBuilder
. -
Added
BenchmarkBuilder
class that provides a decorator-based
construction of a benchmark. -
Added a title to the plot created by the
plot
functions of
BenchmarkResult
that displays some information about the
Python installation and environment.