solana/gossip/tests
behzad nouri db23295e1c
removes legacy weighted_shuffle and weighted_best methods (#24125)
Older weighted_shuffle is based on a heuristic which results in biased
samples as shown in:
https://github.com/solana-labs/solana/pull/18343
and can be replaced with WeightedShuffle.

Also, as described in:
https://github.com/solana-labs/solana/pull/13919
weighted_best can be replaced with rand::distributions::WeightedIndex,
or WeightdShuffle::first.
2022-04-05 19:19:22 +00:00
..
cluster_info.rs removes legacy weighted_shuffle and weighted_best methods (#24125) 2022-04-05 19:19:22 +00:00
crds_gossip.rs adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
gossip.rs streamer send destination metrics for repair, gossip (#21564) 2021-12-17 15:21:05 -08:00