if batches.is_empty() { return Err("Benchmark not found for this pallet.".into()) } Ok(batches)
} }
}