From fcca8c8e8a97845194712bb5c4d2ebf53ee753d7 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Fri, 22 Dec 2023 11:39:38 +0100 Subject: [PATCH] Extend configuration docs about the progress prints --- lib/benchee/configuration.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/benchee/configuration.ex b/lib/benchee/configuration.ex index 250d15c0..c1f8b7aa 100644 --- a/lib/benchee/configuration.ex +++ b/lib/benchee/configuration.ex @@ -92,7 +92,8 @@ defmodule Benchee.Configuration do output identified by the atom will be printed. All options are enabled by default (true). Options are: * `:benchmarking` - print when Benchee starts benchmarking a new job - (Benchmarking name ..) + (Benchmarking name ..) as well as when statistics are being calculated + or formatting begins. * `:configuration` - a summary of configured benchmarking options including estimated total run time is printed before benchmarking starts * `:fast_warning` - warnings are displayed if functions are executed