While running the bisect recipe in windows, the output of the benchmark runs are saved in directories created using the Path recipe module's mkdtemp api, but the step that is supposed to parse this output crashes because the file doesn't exist.
e.g. https://build.chromium.org/p/tryserver.chromium.perf/builders/staging_win_perf_bisect/builds/33
The file in question is created in step 21.6, step 21.8 correctly reads it from disk, bug then step 22 crashes because it cannot read this file.
Comment 1 by robert...@chromium.org
, Nov 3 2016