On 7/26/2022 3:15 AM, Ævar Arnfjörð Bjarmason wrote: > Rather than comparing HEAD to your current tree it's generally better > to do something like: > > GIT_PERF_MAKE_OPTS='-j3' ./run HEAD~ HEAD [...] Using the 'run' script fixes the perf test in the worktree and tests different versions of the 'git' executable. That doesn't work when the change is in the performance test itself. Thanks, -Stolee