Status: Accepted
Owner: pekka.klarck
Labels: Type-Defect Priority-High Target-2.7.5
New issue 1261 by pekka.klarck: Performance: Keywords are unnecessarily
parsed from output when creating only report
http://code.google.com/p/robotframework/issues/detail?id=1261
Currently the whole output.xml file is always parsed when generating
logs/reports. If only report is actually generated, this wastes a lot of
time and memory, because no information about keywords is needed.
In one case where a combined report was created from several rather large
output files, the overall time taken was about 16,5 minutes and maximum
memory consumption was a little over 5 GB.