Skip to content

Commit

Permalink
Fix: Correct num_requests in benchmark for Pipeline Parallel Serving (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuT authored Jun 28, 2024
1 parent b7bc102 commit fd933c9
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 fd933c9

Please sign in to comment.