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

Function create_result

benchmarks/src/workloads/utils.py:120–121  ·  view source on GitHub ↗
(duration: float)

Source from the content-addressed store, hash-verified

118
119
120def create_result(duration: float) -> WorkloadExecutionResult:
121 return WorkloadExecutionResult(duration=duration)

Callers 4

executeMethod · 0.90
measure_hq_tasksFunction · 0.85
measure_snake_tasksFunction · 0.85
measure_dask_tasksFunction · 0.85

Calls 1

Tested by

no test coverage detected