View Source Beamchmark.Suite.Configuration (Beamchmark v1.2.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(),
  cpu_interval: pos_integer(),
  delay: non_neg_integer(),
  duration: pos_integer(),
  formatters: [Beamchmark.Formatter.t()],
  name: String.t() | nil,
  output_dir: Path.t()
}