MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _sort_benchmarks

Function _sort_benchmarks

scripts/holdout_param_sweep.py:56–57  ·  view source on GitHub ↗
(items: dict[str, Any])

Source from the content-addressed store, hash-verified

54
55
56def _sort_benchmarks(items: dict[str, Any]) -> dict[str, Any]:
57 return {key: items[key] for key in sorted(items)}
58
59
60def _changed_dimensions(config: ExperimentConfig) -> int:

Callers 1

_summarize_exactFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected