Rename sglang.bench_latency to sglang.bench_one_batch (#2118)
This commit is contained in:
@@ -14,13 +14,13 @@ from sglang.test.test_utils import (
|
||||
DEFAULT_URL_FOR_TEST,
|
||||
is_in_ci,
|
||||
popen_launch_server,
|
||||
run_bench_latency,
|
||||
run_bench_one_batch,
|
||||
)
|
||||
|
||||
|
||||
class TestTritonAttnBackend(unittest.TestCase):
|
||||
def test_latency(self):
|
||||
output_throughput = run_bench_latency(
|
||||
output_throughput = run_bench_one_batch(
|
||||
DEFAULT_MODEL_NAME_FOR_TEST,
|
||||
[
|
||||
"--attention-backend",
|
||||
|
||||
Reference in New Issue
Block a user