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

@ -547,7 +547,7 @@ impl BankingStage {
timing::duration_as_ms(&recv_start.elapsed()),
count,
);
inc_new_counter_info!("banking_stage-entries_received", mms_len);
inc_new_counter_info!("banking_stage-transactions_received", count);
let proc_start = Instant::now();
let mut new_tx_count = 0;