Pull perf into a separate module. (#6718)

automerge
This commit is contained in:
anatoly yakovenko
2019-11-04 20:13:43 -08:00
committed by Grimes
parent 3133ee2401
commit b825d04597
36 changed files with 742 additions and 664 deletions

View File

@@ -6,12 +6,12 @@
//!
pub mod banking_stage;
pub mod blob;
pub mod broadcast_stage;
pub mod chacha;
pub mod chacha_cuda;
pub mod cluster_info_vote_listener;
pub mod commitment;
pub mod recycler;
pub mod shred_fetch_stage;
#[macro_use]
pub mod contact_info;
@@ -27,7 +27,6 @@ pub mod crds_gossip_error;
pub mod crds_gossip_pull;
pub mod crds_gossip_push;
pub mod crds_value;
pub mod cuda_runtime;
pub mod fetch_stage;
pub mod gen_keys;
pub mod genesis_utils;