Packages
Professional observability suite for Gleam: structured logging, metrics, and statistical benchmarking
Current section
Files
Jump to
Current section
Files
include/viva_telemetry@bench_BenchResult.hrl
-record(bench_result, {
name :: binary(),
samples :: list(integer()),
stats :: viva_telemetry@bench:stats()
}).