On Mon, Aug 26, 2019 at 04:50:13PM -0400, Jeff King wrote: > On Sun, Aug 18, 2019 at 12:03:17PM -0400, Theodore Y. Ts'o wrote: > > > I was trying to run "make profile" on the master branch (commit > > 5fa0f5238b: "Git 2.23") and it died in the > > > > $(MAKE) PROFILE=GEN perf > > > > dies with: > > > > cannot open test-results/p5302-pack-index.subtests: No such file or directory at ./aggregate.perl line 153. > > > > I presume that's becuase the file t/perf/test-results/p5302-pack-index.subtests is missing? > > That file should be created by running p5302. If you do: By the way, I tried "make perf" as you specified above, and it worked fine for me. And I don't think there are any changes in v2.23 that should touch this area. But certainly it would be interesting to know if it fails consistently for you, and if so, whether older versions work (so we can bisect). -Peff