From e85e37d91d0c5fca6cb7a3ea80fac582074c389d Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 29 Jan 2019 14:22:55 +0100 Subject: [PATCH] Perf: Prune the table after every loop to have clean state. --- proto/perf/perf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/perf/perf.c b/proto/perf/perf.c index 07210a14..8412254a 100644 --- a/proto/perf/perf.c +++ b/proto/perf/perf.c @@ -206,6 +206,7 @@ perf_loop(void *data) p->exp++; } + rt_schedule_prune(P->main_channel->table); ev_schedule(p->loop); }