Skip to content

Commit

Permalink
Fix: Correct num_requests in benchmark for Pipeline Parallel Serving (i…
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuT authored and MeouSker77 committed Jul 19, 2024
1 parent c61e6d3 commit d8af477
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def benchmark(

total_time = time.perf_counter() - start_time
log_file = f"{max_concurrent_requests}.log"
num_requests = num_requests - num_warmup_requests

with open(log_file, "w") as file:
print(
Expand Down

0 comments on commit d8af477

Please sign in to comment.