Right now apache every execution has to recreate files, re-estimate speed and finally run test. What is done right now is: ``` prepare run finish prepare run finish ... ``` If we could safely change the profile API to permit ``` prepare run run run ... finish ```