Skip to content

Commit

Permalink
Fix bench
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Apr 13, 2018
1 parent 0a30bd7 commit 7fc42de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/accountant_skel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ mod bench {
let tps = txs as f64 / sec;

// Ensure that all transactions were successfully logged.
skel.historian.sender.send(Signal::Tick).unwrap();
drop(skel.historian.sender);
let entries: Vec<Entry> = skel.historian.receiver.iter().collect();
assert_eq!(entries.len(), 1);
Expand Down

0 comments on commit 7fc42de

Please sign in to comment.