Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@ops@performance_harness_BudgetResult.hrl

-record(budget_result, {
workload :: lightspeed@ops@performance_harness:workload(),
passed :: boolean(),
reason :: binary()
}).