How to speed up multi experiment schedules on same module?

I am learning code transform by schedule a model from relay. But convert relay to te and extract a task by auto_schedule is too slow. I try to pickle the schedule or task, but failed. I am serialize ir module by .astext() now, but the following step still be slow. Could you help to speed up multi experiment schedules on same module?