fix ui layout with slow targets in pizza mode

This commit is contained in:
vanhauser-thc
2023-04-02 12:08:54 +02:00
parent e46e0bce44
commit 319b2e8e6f

View File

@ -1803,10 +1803,10 @@ void show_stats_pizza(afl_state_t *afl) {
/* Show a warning about slow execution. */
if (afl->stats_avg_exec < 100) {
if (afl->stats_avg_exec < 20) {
sprintf(tmp, "%s/sec (%s)", u_stringify_float(IB(0), afl->stats_avg_exec),
afl->stats_avg_exec < 20 ? "zzzz..." : "Gennarino is at it again!");
"zzzz...");
SAYF(bV bSTOP " pizza making speed : " cLRD
"%-22s ",