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>
use Osstest::Executive qw(:DEFAULT :colours);
-our $limit= 200;
+our $limit= 2000;
our $flightlimit;
our $htmlout = ".";
our $read_existing=1;