summaryrefslogtreecommitdiffstats
path: root/collectstats.pl
diff options
context:
space:
mode:
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-xcollectstats.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/collectstats.pl b/collectstats.pl
index 67e4c13b7..eedeaa35b 100755
--- a/collectstats.pl
+++ b/collectstats.pl
@@ -74,7 +74,8 @@ foreach (@myproducts) {
}
}
my $tend = time;
-print "Total time taken " . delta_time($tstart, $tend) . "\n";
+# Uncomment the following line for performance testing.
+#print "Total time taken " . delta_time($tstart, $tend) . "\n";
&calculate_dupes();