MCPcopy 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)
19class MetricSpec:
20 name: str
21 header: str
22 decimals: int
23 higher_is_better: bool
24 path: Sequence[str]
25
26
27METRICS: Sequence[MetricSpec] = (

Callers 1

make_rd_table.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected