11-13-2008 03:53 AM
Hello,
Steps running time increasing appears when 'On fly report' checked in TestStand. Without it no performance loss have been found. Time of some step execution has direct dependency from generated 'On fly' report file size. Report growing causes step execution time increasing. The reason for that could be that each time TestStand engine add new report record, it overwrite hole report xml file. And each report file manipulations (especially large ones) have effect on system performance.I wrote a small script when run empty statement in endless loop. 'On fly report' checked. First it takes 0.0 sec. to run that statement. When report size reach 10 Mb the same statement took ~1.0 sec. Moreover high virtual memory and CPU usage can be observed at that time.
Thanks
Eyal.I11-13-2008 04:07 AM
Hi,
have you enabled the Conserve Memory option when using On the Fly Reporting?
Regards
Ray Farmer
11-13-2008 06:50 AM
Hi,
it is grayed out 😞
see in the attached file
11-13-2008 09:12 AM
Hi,
The manual says you can only On-the-fly reporting in HTML and ASCII
You can use on-the-fly reporting only for HTML and ASCII
reports
So bit surprised you have XML setting. Trying setting to HTML and see if that helps.
Regards
Ray Farmer
12-08-2008 08:49 AM
Eyal.I,
Ray brings up a good point. Did his suggestion help to resolve this issue for you by enabling the checkbox?
12-08-2008 09:54 AM
Hi Matt,
Yes it works fine, unfortunately I need the xml format and not the HTML.