]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change default --reps value from 3 to 1.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 23 Dec 2005 23:08:04 +0000 (23:08 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 23 Dec 2005 23:08:04 +0000 (23:08 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5423

perf/vg_perf.in

index 565f112b1aae82c26c3c2c78b5f28a9bd8e34d06..5af4828ab3004d6add431119dcf204bf493a990e 100644 (file)
@@ -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;