Perf: Prune the table after every loop to have clean state.

This commit is contained in:
Maria Matejka 2019-01-29 14:22:55 +01:00
parent 7411b694c3
commit e85e37d91d

View file

@ -206,6 +206,7 @@ perf_loop(void *data)
p->exp++;
}
rt_schedule_prune(P->main_channel->table);
ev_schedule(p->loop);
}