update ace and wan workers

This commit is contained in:
Lucas Armand
2025-12-10 15:09:27 -08:00
parent 0cd64adfc4
commit e2a771bb5a
2 changed files with 4 additions and 11 deletions
+2 -5
View File
@@ -38,9 +38,6 @@ benchmark_prompts = [
"Pope Francis DJ in leather jacket, mixing on giant console; dramatic.",
]
def parse_request(json_msg):
return {"input" : json_msg}
benchmark_dataset = [
{
"input": {
@@ -274,11 +271,11 @@ worker_config = WorkerConfig(
route="/generate/sync",
allow_parallel_requests=False,
max_queue_time=10.0,
request_parser=parse_request,
benchmark_config=BenchmarkConfig(
dataset=benchmark_dataset,
runs=1
)
),
workload_calculator= lambda _ : 10000.0
)
],
log_action_config=LogActionConfig(