View Source Beamchmark.Suite.Configuration (Beamchmark v1.0.0)
The module defines a structure used to configure Beamchmark.Suite. For more information
about customizing Beamchmark, refer to Beamchmark.options_t/0.
Link to this section Summary
Link to this section Types
Specs
t() :: %Beamchmark.Suite.Configuration{
compare?: boolean(),
delay: non_neg_integer(),
duration: pos_integer(),
formatters: [Beamchmark.Formatter.t()],
output_dir: Path.t()
}