[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 13/13] Revert "sg-report-host-history: Reduce limit from 2000 to 200"
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@xxxxxxxxxxxxx> --- sg-report-host-history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |