Generalize Qwen30 fixed-shape real runner
This commit is contained in:
@@ -25,6 +25,8 @@ def test_percentile() -> None:
|
||||
assert client.percentile([4.0, 1.0, 3.0, 2.0], 0.50) == 2.0
|
||||
assert client.percentile([4.0, 1.0, 3.0, 2.0], 0.95) == 4.0
|
||||
assert client.percentile([], 0.95) is None
|
||||
assert client.ttft_slo_ms(512) == 1064.0
|
||||
assert client.ttft_slo_ms(2048) == 1256.0
|
||||
|
||||
|
||||
def test_grid_and_trace(tmp_path: Path) -> None:
|
||||
|
||||
Reference in New Issue
Block a user