self = <mir_ci.lib.benchmarker.CgroupsBackend object at 0xb5ded580>
def generate_report(self) -> Dict[str, object]:
result: Dict[str, object] = {}
for name, info in self.data_records.items():
if not all(
(info.cpu_time_microseconds, info.mem_bytes_max, info.mem_bytes_accumulator, info.num_data_points)
):
> raise RuntimeError(f"Failed to collect benchmarking data for {name}")
E RuntimeError: Failed to collect benchmarking data for client
lib/benchmarker.py:114: RuntimeError