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,