mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Perf: Prune the table after every loop to have clean state.
This commit is contained in:
parent
7411b694c3
commit
e85e37d91d
@ -206,6 +206,7 @@ perf_loop(void *data)
|
||||
p->exp++;
|
||||
}
|
||||
|
||||
rt_schedule_prune(P->main_channel->table);
|
||||
ev_schedule(p->loop);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user