Skip to content

Commit 1665f12

Browse files
phil-blaingitster
authored andcommitted
p7821: fix instructions for testing with threads
In 7b31b55 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d358ad commit 1665f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/perf/p7821-grep-engines-fixed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git-grep. Make sure to include a leading space,
77
e.g. GIT_PERF_7821_GREP_OPTS=' -w'. See p7820-grep-engines.sh for more
88
options to try.
99
10-
If GIT_PERF_7821_THREADS is set to a list of threads (e.g. '1 4 8'
10+
If GIT_PERF_GREP_THREADS is set to a list of threads (e.g. '1 4 8'
1111
etc.) we will test the patterns under those numbers of threads.
1212
"
1313

0 commit comments

Comments
 (0)