re-enable new testcase stats print
This commit is contained in:
parent
aa6df29a9c
commit
c4f13df9c7
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user