To avoid having to make world.opt each time I switch between the pristine branch and the optimization-enabled branch, I often use two distinct copies of the source directories, one in each branch (with two shells open, one in each corresponding switch).
The operf-micro webpage seems to assume that the two test runs to compare have been run from the same directory, and thus share the same .operf directory. It does not indicate how to compare test across .operf directories, or how to specify at init/build time another place to place or find .operf than the current directory.
Would it be possible to document the workflow where the two compiler versions to compare are located under distinct repository paths?