MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / duration

Method duration

benchmarks/src/utils/timing.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 self.timings[name] = duration
52
53 def duration(self) -> float:
54 return self.timings["duration"]
55
56 def to_dict(self):
57 return dict(self.timings)

Callers 2

measure_snake_tasksFunction · 0.95
measure_dask_tasksFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected