include/lightspeed@ops@performance_harness_BudgetResult.hrl

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