diff mbox series

[OSSTEST,13/13] Revert "sg-report-host-history: Reduce limit from 2000 to 200"

Message ID 20191108185001.3319-14-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show
Series Speed up and restore host history | expand

Commit Message

Ian Jackson Nov. 8, 2019, 6:50 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sg-report-host-history b/sg-report-host-history
index a11b00a0..54738e68 100755
--- a/sg-report-host-history
+++ b/sg-report-host-history
@@ -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;