def get_total_duration(self): durations = [benchmark.get_total_duration() for benchmark in self] return math.fsum(durations)