re-enable new testcase stats print

This commit is contained in:
Andrea Fioraldi 2021-05-20 11:59:15 +02:00 committed by Omree
parent aa6df29a9c
commit c4f13df9c7

View File

@ -170,7 +170,7 @@ where
let client = stats.client_stats_mut_for(sender_id); let client = stats.client_stats_mut_for(sender_id);
client.update_corpus_size(*corpus_size as u64); client.update_corpus_size(*corpus_size as u64);
client.update_executions(*executions as u64, *time); client.update_executions(*executions as u64, *time);
stats.display(event.name().to_string(), sender_id); stats.display(event.name().to_string() + " #" + &sender_id.to_string());
Ok(BrokerEventResult::Forward) Ok(BrokerEventResult::Forward)
} }
Event::UpdateStats { Event::UpdateStats {