Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ Failure
Class
Failure
benchmarks/src/benchmark/result.py:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
@dataclasses.dataclass(frozen=True)
18
class
Failure(BenchmarkResult):
19
traceback: str
20
21
def
__repr__(self):
22
return
f
"Failure: {self.traceback}"
23
24
25
@dataclasses.dataclass(frozen=True)
Callers
3
compute_materialized
Method · 0.85
execute_benchmark
Function · 0.85
execute_benchmark_in_external_process
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected