test descriptions

This commit is contained in:
Dobromir Popov
2026-07-11 22:25:30 +03:00
parent 7d259d7c9b
commit 7cf8d9bcf3
43 changed files with 876 additions and 265 deletions

View File

@@ -72,7 +72,8 @@ def _start_latency_nodes(count: int):
@pytest.mark.parametrize("model", MODELS)
@pytest.mark.parametrize("hardware", ["gpu", "gpu-cpu", "cpu"])
def test_tracker_records_increasing_hop_latency_for_model_and_hardware(model, hardware):
"""One through five hops must preserve a measurable seam penalty in tracker stats."""
"One through five hops must preserve a measurable seam penalty in tracker stats.\n\nTags: model, node"
layer_count, hf_repo = MODELS[model]
nodes, threads = _start_latency_nodes(5)
tracker = TrackerServer(model_presets={
@@ -140,6 +141,7 @@ def test_tracker_records_increasing_hop_latency_for_model_and_hardware(model, ha
def test_model_speed_dashboard_includes_visualization_and_route_drilldown():
"Model speed dashboard includes visualization and route drilldown\n\nTags: model, node, routing"
tracker = TrackerServer()
port = tracker.start()
try: