fix: update bench_speculative (#5649)
This commit is contained in:
@@ -993,6 +993,8 @@ async def benchmark(
|
||||
async with semaphore:
|
||||
return await request_func(request_func_input=request_func_input, pbar=pbar)
|
||||
|
||||
if not hasattr(args, "warmup_requests"):
|
||||
args.warmup_requests = 1
|
||||
# Warmup
|
||||
print(f"Starting warmup with {args.warmup_requests} sequences...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user