360
359
return float(''.join(details['benchtime'].iter_bytes()))
361
360
return getattr(testCase, "_benchtime", None)
372
362
def _elapsedTestTimeString(self):
373
363
"""Return a time string for the overall time the current test has taken."""
374
364
return self._formatTime(self._delta_to_float(
377
367
def _testTimeString(self, testCase):
378
368
benchmark_time = self._extractBenchmarkTime(testCase)