test descriptions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user