Benchee v0.12.0 Benchee.Benchmark.ScenarioContext View Source

This struct holds the context in which any scenario is run.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Benchee.Benchmark.ScenarioContext{config: Benchee.Configuration.t(), current_time: pos_integer() | nil, end_time: pos_integer() | nil, num_iterations: pos_integer(), printer: module(), scenario_input: any()}