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