Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data_plane_huge_Benchmark.hrl
Raw

include/lightspeed@data_plane_huge_Benchmark.hrl

-record(benchmark, {
workload :: binary(),
p50_latency_ms :: integer(),
p95_latency_ms :: integer(),
payload_bytes :: integer(),
patch_ops :: integer(),
throughput_events_per_second :: integer(),
full_root_churn_events :: integer(),
ordering_violations :: integer()
}).