From eeb393f3cde019e19ca1b4f51621f3810a548a19 Mon Sep 17 00:00:00 2001 From: Alicia <115451386+congw729@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:34:38 +0800 Subject: [PATCH] Remove high concurrency tests before issue #1374 fixed. Signed-off-by: Alicia <115451386+congw729@users.noreply.github.com> --- tests/perf/tests/test.json | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/tests/perf/tests/test.json b/tests/perf/tests/test.json index c2cc801b2b8..88041c1195d 100644 --- a/tests/perf/tests/test.json +++ b/tests/perf/tests/test.json @@ -10,13 +10,11 @@ "dataset_name": "random", "num_prompts": [ 10, - 40, - 100 + 40 ], "max_concurrency": [ 1, - 4, - 10 + 4 ], "random_input_len": 100, "random_output_len": 100, @@ -32,13 +30,11 @@ "dataset_name": "random-mm", "num_prompts": [ 10, - 40, - 100 + 40 ], "max_concurrency": [ 1, - 4, - 10 + 4 ], "random_input_len": 100, "random_output_len": 100, @@ -94,13 +90,11 @@ "dataset_name": "random", "num_prompts": [ 10, - 40, - 100 + 40 ], "max_concurrency": [ 1, - 4, - 10 + 4 ], "random_input_len": 100, "random_output_len": 100, @@ -116,13 +110,11 @@ "dataset_name": "random-mm", "num_prompts": [ 10, - 40, - 100 + 40 ], "max_concurrency": [ 1, - 4, - 10 + 4 ], "random_input_len": 100, "random_output_len": 100,