Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ Success
Class
Success
benchmarks/src/benchmark/result.py:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
@dataclasses.dataclass(frozen=True)
26
class
Success(BenchmarkResult):
27
duration: float
28
29
def
__repr__(self):
30
return
f
"Success: {self.duration}s"
Callers
1
execute_benchmark
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected