The module defines a struct containing various information about system that is used for benchmarking.
Summary
Types
@type t() :: %Beamchmark.Suite.SystemInfo{ arch: String.t(), elixir_version: String.t(), mem: pos_integer() | :unknown, nif_version: String.t(), num_cores: pos_integer(), os: atom(), otp_version: String.t() }
Functions
@spec init() :: t()