include/lightspeed@ops@hot_path_harness_BudgetResult.hrl

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