Skip to content

Commit

Permalink
Add request rate to summary stats (GoogleCloudPlatform#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjk-g authored and achandrasekar committed Sep 29, 2024
1 parent 6dcbe07 commit c8f8708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def save_json_results(args: argparse.Namespace, benchmark_result, server_metrics
},
"summary_stats": {
"stats": [{
"request_rate": 0,
"request_rate": args.request_rate,
"request_latency": {
"mean": benchmark_result["avg_latency"],
"median": benchmark_result["median_latency"],
Expand Down

0 comments on commit c8f8708

Please sign in to comment.