Commit e85e37d9 authored by Maria Matejka's avatar Maria Matejka
Browse files

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

parent 7411b694
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -206,6 +206,7 @@ perf_loop(void *data)
    p->exp++;
  }

  rt_schedule_prune(P->main_channel->table);
  ev_schedule(p->loop);
}