mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
load test: fix report bug
This commit is contained in:
parent
ec93760304
commit
a8e27f0d74
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ fn monitor_statistics(
|
|||
responses_scrape_per_second +
|
||||
responses_error_per_second;
|
||||
|
||||
report_avg_response_vec.push(responses_per_second * interval_f64);
|
||||
report_avg_response_vec.push(responses_per_second);
|
||||
|
||||
println!();
|
||||
println!("Requests out: {:.2}/second", requests_per_second);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue