Jeff King <p...@peff.net> writes:

> +test_perf 'simulated fetch' '
> +     have=$(git rev-list HEAD --until=1.week.ago -1) &&

This will give you HEAD if your GIT_PERF_LARGE_REPO hasn't seen any
activity lately.  I'd prefer something that always takes a fixed commit,
e.g. HEAD~1000, keeping the perf test reproducible over time (not over
changing GIT_PERF_LARGE_REPO, of course).

-- 
Thomas Rast
t...@thomasrast.ch
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to