Cleanup bench-exchange (#3919)

* bench-exchange changes

Generate new keypair for each bench-exchange
Add metrics
Tweak network sleep parameters for better reliability.

* Bench-exchange contract metrics
This commit is contained in:
sakridge
2019-04-22 13:16:28 -07:00
committed by GitHub
parent bec094bb3e
commit 95a16426f3
8 changed files with 60 additions and 15 deletions

View File

@@ -9,6 +9,7 @@ use solana_sdk::signature::KeypairUtil;
fn main() {
solana_logger::setup();
solana_metrics::set_panic_hook("bench-exchange");
let matches = cli::build_args().get_matches();
let cli_config = cli::extract_args(&matches);