Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ generate_descriptors
Method
generate_descriptors
benchmarks/src/cli.py:32–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
return
camel_to_kebab(self.__class__.__name__)
31
32
def
generate_descriptors(self) -> Iterable[BenchmarkDescriptor]:
33
raise
NotImplementedError
34
35
def
postprocess(self, workdir: Path, database: Database):
36
pass
Callers
1
run_test_case
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected