Reporters

Provide reporters to communicate benchmark results.

This module provides default reporters to communicate the results of a microbenchmark.

rayne.reporters.mean_and_std_dev(results: BenchmarkResults) None

Report the mean and standard deviation of the benchmark results.

This reporter writes the data to standard output in a pseudo-table format.

Parameters:

results (BenchmarkResults) – The results of running the benchmark.

Added in version 0.2.0.