mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
cargo fmt
This commit is contained in:
parent
3d2ae26b13
commit
b073d61bf3
1 changed files with 3 additions and 2 deletions
|
|
@ -128,8 +128,9 @@ fn monitor_statistics(state: LoadTestState, config: &Config) {
|
|||
|
||||
let statistics = state.statistics.as_ref();
|
||||
|
||||
let responses_announce =
|
||||
statistics.responses_announce.fetch_and(0, Ordering::Relaxed) as f64;
|
||||
let responses_announce = statistics
|
||||
.responses_announce
|
||||
.fetch_and(0, Ordering::Relaxed) as f64;
|
||||
// let response_peers = statistics.response_peers
|
||||
// .fetch_and(0, Ordering::Relaxed) as f64;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue