mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +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 statistics = state.statistics.as_ref();
|
||||||
|
|
||||||
let responses_announce =
|
let responses_announce = statistics
|
||||||
statistics.responses_announce.fetch_and(0, Ordering::Relaxed) as f64;
|
.responses_announce
|
||||||
|
.fetch_and(0, Ordering::Relaxed) as f64;
|
||||||
// let response_peers = statistics.response_peers
|
// let response_peers = statistics.response_peers
|
||||||
// .fetch_and(0, Ordering::Relaxed) as f64;
|
// .fetch_and(0, Ordering::Relaxed) as f64;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue