MCPcopy Create free account
hub / github.com/JasonLSC/GSCodec_Studio / MetricSpec

Class MetricSpec

tools/static_bench/make_rd_table.py:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66@dataclass(frozen=True)
67class MetricSpec:
68 name: str
69 header: str
70 decimals: int
71 higher_is_better: bool
72
73
74METRICS: Sequence[MetricSpec] = (

Callers 1

make_rd_table.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected