Re: [PATCH] perf: update documentation of GIT_PERF_REPEAT_COUNT

2013-03-10 Thread Thomas Rast
Antoine Pelisse 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 Acked-by: Thomas Rast -- T

[PATCH] perf: update documentation of GIT_PERF_REPEAT_COUNT

2013-03-09 Thread 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 --- t/perf/README |2 +- 1 file changed, 1 insertion(+), 1 de