include/lightspeed@pipeline@operations_surface_ConformanceRecord.hrl

-record(conformance_record, {
    adapter_profile :: lightspeed@pipeline@operations_surface:adapter_profile(),
    source_signature :: binary(),
    sink_signature :: binary(),
    benchmark_signature :: binary(),
    budget_signature :: binary(),
    passed :: boolean()
}).