Skip to content

Commit

Permalink
Update request_manager.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-Chen222 authored Nov 8, 2024
1 parent a721926 commit 1e7e2ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime/request_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2740,8 +2740,6 @@ void RequestManager::terminate_background_server() {
std::to_string(total_tokens / (total_time / 1e6)) + ")";

double average_latency_per_request = 0;

// information dump
for (auto const &profiling_info : profiling_requests) {
int request_id = profiling_info.first;
Request &request = all_requests[request_id];
Expand Down

0 comments on commit 1e7e2ec

Please sign in to comment.