mbox series

[v2,0/3] Two perf test fixes

Message ID pull.1936.v2.git.git.1744481732.gitgitgadget@gmail.com (mailing list archive)
Headers show
Series Two perf test fixes | expand

Message

Philippe Blain via GitGitGadget April 12, 2025, 6:15 p.m. UTC
Here a two fixes for failures I noticed while running the perf tests.

Philippe Blain (3):
  p7821: fix test_perf invocation for prereqs
  p9210: fix 'scalar clone' when running from a detached HEAD
  p7821: fix instructions for testing with threads

 t/perf/p7821-grep-engines-fixed.sh | 6 +++---
 t/perf/p9210-scalar.sh             | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)


base-commit: 683c54c999c301c2cd6f715c411407c413b1d84e
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1936%2Fphil-blain%2Fperf-test-fixes-v2
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1936/phil-blain/perf-test-fixes-v2
Pull-Request: https://github.com/git/git/pull/1936

Range-diff vs v1:

 1:  41a093d570a = 1:  41a093d570a p7821: fix test_perf invocation for prereqs
 2:  1092c32609f = 2:  1092c32609f p9210: fix 'scalar clone' when running from a detached HEAD
 -:  ----------- > 3:  abd146b7c2a p7821: fix instructions for testing with threads

Comments

Philippe Blain April 13, 2025, 2:50 a.m. UTC | #1
Sorry, I forgot to mention that this v2 only adds a third commit
with a small comment fix.

Philippe.

Le 2025-04-12 à 14:15, Philippe Blain via GitGitGadget a écrit :
> Here a two fixes for failures I noticed while running the perf tests.
> 
> Philippe Blain (3):
>   p7821: fix test_perf invocation for prereqs
>   p9210: fix 'scalar clone' when running from a detached HEAD
>   p7821: fix instructions for testing with threads
> 
>  t/perf/p7821-grep-engines-fixed.sh | 6 +++---
>  t/perf/p9210-scalar.sh             | 3 ++-
>  2 files changed, 5 insertions(+), 4 deletions(-)
> 
> 
> base-commit: 683c54c999c301c2cd6f715c411407c413b1d84e
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1936%2Fphil-blain%2Fperf-test-fixes-v2
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1936/phil-blain/perf-test-fixes-v2
> Pull-Request: https://github.com/git/git/pull/1936
> 
> Range-diff vs v1:
> 
>  1:  41a093d570a = 1:  41a093d570a p7821: fix test_perf invocation for prereqs
>  2:  1092c32609f = 2:  1092c32609f p9210: fix 'scalar clone' when running from a detached HEAD
>  -:  ----------- > 3:  abd146b7c2a p7821: fix instructions for testing with threads
>
Junio C Hamano April 14, 2025, 4:04 p.m. UTC | #2
Philippe Blain <levraiphilippeblain@gmail.com> writes:

> Sorry, I forgot to mention that this v2 only adds a third commit
> with a small comment fix.

Thanks!