diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-03-09 11:54:05 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-09 11:54:05 -0800 |
commit | 407929cb45dd9e1ba1dc15ec77fc3bf5eae3cc5c (patch) | |
tree | d375edb8fe3614da3a6d3894254d665efd6aec06 | |
parent | 1cc625fd7a97f3335c837526cae36100adcd697f (diff) | |
parent | ca70c9ea7224e1e47d8ab46ea67ba9e29ce8a121 (diff) | |
download | git-407929cb45dd9e1ba1dc15ec77fc3bf5eae3cc5c.tar.gz |
Merge branch 'maint'
* maint:
perf: update documentation of GIT_PERF_REPEAT_COUNT
-rw-r--r-- | t/perf/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/README b/t/perf/README index b2dbad4d50..c552f561bf 100644 --- a/t/perf/README +++ b/t/perf/README @@ -56,7 +56,7 @@ You can set the following variables (also in your config.mak): GIT_PERF_REPEAT_COUNT Number of times a test should be repeated for best-of-N - measurements. Defaults to 5. + measurements. Defaults to 3. GIT_PERF_MAKE_OPTS Options to use when automatically building a git tree for |