]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
Revert "sg-report-host-history: Reduce limit from 2000 to 200"
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 8 Nov 2019 17:27:54 +0000 (17:27 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Wed, 20 Nov 2019 17:15:39 +0000 (17:15 +0000)
This reverts commit 0fa72b13f5af0a544c417fc3c64cda1ea869a0ac.

Now we have the cacheing we can put this back and have useful host
histories again.

Some performance figures (individual measurements):

                                   limit=200     limit=2000
  before this series                 3m32          some very long times
  with this series, --regenerate     3m06          13m56 29m05
  with this series, reusing cache    2m22 1m49      3m10  3m36

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
sg-report-host-history

index a11b00a06d9622647a3b5708ec2847c4945b70b3..54738e68214f0d9ef7218d25085fb92fccb769b5 100755 (executable)
@@ -28,7 +28,7 @@ use POSIX;
 
 use Osstest::Executive qw(:DEFAULT :colours);
 
-our $limit= 200;
+our $limit= 2000;
 our $flightlimit;
 our $htmlout = ".";
 our $read_existing=1;