Benchee v0.7.0 Benchee.Output.BenchmarkPrinter

Printing happening during the Benchmark stage.

Summary

Functions

Prints a notice which job is currently being benchmarked

Prints general information such as system information and estimated benchmarking time

Shown when you try to define a benchmark with the same name twice

Prints a warning about accuracy of benchmarks when the function is super fast

Prints an informative message about which input is currently being benchmarked, when multiple inputs were specified

Functions

benchmarking(name, arg2)

Prints a notice which job is currently being benchmarked.

configuration_information(map)

Prints general information such as system information and estimated benchmarking time.

duplicate_benchmark_warning(name)

Shown when you try to define a benchmark with the same name twice.

How would you want to discern those anyhow?

fast_warning()

Prints a warning about accuracy of benchmarks when the function is super fast.

input_information(input_name, arg2)

Prints an informative message about which input is currently being benchmarked, when multiple inputs were specified.