Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JasonLSC/GSCodec_Studio
/ MetricSpec
Class
MetricSpec
tools/dyn_bench/make_rd_table.py:19–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
@dataclass(frozen=True)
19
class
MetricSpec:
20
name: str
21
header: str
22
decimals: int
23
higher_is_better: bool
24
path: Sequence[str]
25
26
27
METRICS: Sequence[MetricSpec] = (
Callers
1
make_rd_table.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected