File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -639,13 +639,13 @@ def handle_update_benchmark_compiled(
639639
640640        current_benchmark : GenerativeBenchmark  =  result .current_benchmark   # type: ignore[assignment] 
641641        progress_state .request_latency  =  (
642-             current_benchmark .request_latency .successful .mean 
642+             current_benchmark .metrics . request_latency .successful .mean 
643643        )
644644        progress_state .requests_processing  =  (
645-             current_benchmark .requests_concurrency .successful .mean 
645+             current_benchmark .metrics . request_concurrency .successful .mean 
646646        )
647-         progress_state .requests_successful  =  current_benchmark .successful_total 
648-         progress_state .requests_errored  =  current_benchmark .errored_total 
647+         progress_state .requests_successful  =  current_benchmark .total_count . successful 
648+         progress_state .requests_errored  =  current_benchmark .total_count . errored 
649649        progress_state .output_tokens  =  (
650650            current_benchmark .metrics .output_token_count .successful .mean 
651651        )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments