Skip to content

Commit ca70c9e

Browse files
apelissegitster
authored andcommitted
perf: update documentation of GIT_PERF_REPEAT_COUNT
Currently the documentation of GIT_PERF_REPEAT_COUNT says the default is five while "perf-lib.sh" uses a value of three as a default. Update the documentation so that it is consistent with the code. Signed-off-by: Antoine Pelisse <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5d4ef17 commit ca70c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/perf/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can set the following variables (also in your config.mak):
5656

5757
GIT_PERF_REPEAT_COUNT
5858
Number of times a test should be repeated for best-of-N
59-
measurements. Defaults to 5.
59+
measurements. Defaults to 3.
6060

6161
GIT_PERF_MAKE_OPTS
6262
Options to use when automatically building a git tree for

0 commit comments

Comments
 (0)