Packages

A compile-time safe database library for Gleam - Ecto-inspired schemas, composable queries, and adapter-based persistence

Current section

Files

Jump to
cquill include bench@bench_BenchResult.hrl
Raw

include/bench@bench_BenchResult.hrl

-record(bench_result, {
name :: binary(),
total_ms :: integer(),
iterations :: integer(),
avg_us :: float(),
min_us :: gleam@option:option(float()),
max_us :: gleam@option:option(float())
}).