include/lightspeed@integration@async_driver_BudgetResult.hrl

-record(budget_result, {
    driver :: binary(),
    profile :: lightspeed@integration@async_driver:benchmark_profile(),
    passed :: boolean(),
    reason :: binary()
}).