View Source BeamBenchmarks.Results (beam_benchmarks v0.2.0)
Common results struct for benchmarks
Summary
Types
@type t() :: %BeamBenchmarks.Results{ duration_us: non_neg_integer(), name: atom(), options: keyword(), results: any() }
Results of a benchmark run
name
- the name of the benchmarkoptions
- the options passed to the benchmarkresults
- the return value from the benchmarkduration_us
- the duration of the benchmark in microseconds