diff --git a/workers/openai/worker.py b/workers/openai/worker.py index 105b8df..6cf17f0 100644 --- a/workers/openai/worker.py +++ b/workers/openai/worker.py @@ -57,7 +57,8 @@ worker_config = WorkerConfig( max_queue_time=60.0, benchmark_config=BenchmarkConfig( generator=completions_benchmark_generator, - concurrency=100 + concurrency=100, + runs=2 ) ), HandlerConfig(