Re: make profile issue on Git 2.1.0

2014-08-19 Thread Andrés Sicard-Ramírez
On 19 August 2014 01:12, Jeff King wrote: > This is because v2.1.0 started using "make perf" to feed the profile > builds, but it doesn't work on tarballs. Thanks for the explanation. -- Andrés -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord.

Re: make profile issue on Git 2.1.0

2014-08-19 Thread Andi Kleen
> Maybe we should do this: Looks good to me. > As a side note, while testing this I noticed that the "make perf" run > goes a lot faster if you set GIT_PERF_REPEAT_COUNT=1. This is bad for > actually measuring things, but probably fine for profile feedback. I > don't use the profile builds myself

Re: make profile issue on Git 2.1.0

2014-08-18 Thread Jeff King
On Sun, Aug 17, 2014 at 09:35:29PM -0500, Andrés Sicard-Ramírez wrote: > I have the following issue on Git 2.1.0: > > $ make prefix=/some-directory profile > ... > make[2]: Entering directory `/home/asr/src/git/git-2.1.0/t/perf' > rm -rf test-results > ./run > === Running 9 tests in this tree ===