From: Nicholas Nethercote Date: Fri, 23 Dec 2005 23:08:04 +0000 (+0000) Subject: Change default --reps value from 3 to 1. X-Git-Tag: svn/VALGRIND_3_2_0~454 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f2e4c771709226ba8898fff83f07767f1a7f6d;p=thirdparty%2Fvalgrind.git Change default --reps value from 3 to 1. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5423 --- diff --git a/perf/vg_perf.in b/perf/vg_perf.in index 565f112b1a..5af4828ab3 100644 --- a/perf/vg_perf.in +++ b/perf/vg_perf.in @@ -87,7 +87,7 @@ my %toolnames = ( ); # Command line options -my $n_reps = 3; # Run each program $n_reps times and choose the best one. +my $n_reps = 1; # Run each program $n_reps times and choose the best one. my @vgdirs; # Dirs of the various Valgrinds being measured. my $num_tests_done = 0;