git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf: update documentation of GIT_PERF_REPEAT_COUNT
@ 2013-03-09 15:29 Antoine Pelisse
  2013-03-10 20:32 ` Thomas Rast
  0 siblings, 1 reply; 2+ messages in thread
From: Antoine Pelisse @ 2013-03-09 15:29 UTC (permalink / raw)
  To: git; +Cc: Antoine Pelisse

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 <apelisse@gmail.com>
---
 t/perf/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/perf/README b/t/perf/README
index b2dbad4..c552f56 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
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] perf: update documentation of GIT_PERF_REPEAT_COUNT
  2013-03-09 15:29 [PATCH] perf: update documentation of GIT_PERF_REPEAT_COUNT Antoine Pelisse
@ 2013-03-10 20:32 ` Thomas Rast
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Rast @ 2013-03-10 20:32 UTC (permalink / raw)
  To: Antoine Pelisse; +Cc: git, Junio C Hamano

Antoine Pelisse <apelisse@gmail.com> writes:

> 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 <apelisse@gmail.com>

Acked-by: Thomas Rast <trast@inf.ethz.ch>

-- 
Thomas Rast
trast@{inf,student}.ethz.ch

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-10 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-09 15:29 [PATCH] perf: update documentation of GIT_PERF_REPEAT_COUNT Antoine Pelisse
2013-03-10 20:32 ` Thomas Rast

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).