]> git.ipfire.org Git - thirdparty/git.git/commit
p7821: fix instructions for testing with threads
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Sat, 12 Apr 2025 18:15:32 +0000 (18:15 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Apr 2025 21:48:12 +0000 (14:48 -0700)
commit1665f12fa0990830194fb85a6690b583f12552a1
treef24d1d69aca38875e87c269a2599011d5cd5630d
parent3d358ad524f4c357fc4a50e78a8e7ed8d2f8e9b8
p7821: fix instructions for testing with threads

In 7b31b55db1 (perf: amend the grep tests to test grep.threads,
2017-12-29), p7821 was tweaked to test the performance of 'git grep'
under different number of threads. These tests are run if
GIT_PERF_GREP_THREADS is set to a list of thread numbers, but the
comment at the top of the file instead mentions GIT_PERF_7821_THREADS.
Fix the comment.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p7821-grep-engines-fixed.sh