Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@ops@performance_harness_Budget.hrl
Raw

include/lightspeed@ops@performance_harness_Budget.hrl

-record(budget, {
workload :: lightspeed@ops@performance_harness:workload(),
max_p95_latency_ms :: integer(),
max_avg_payload_bytes :: integer(),
min_throughput_events_per_second :: integer(),
max_memory_units_per_session :: integer()
}).