PDA

View Full Version : automated -Save as Baseline -


sark
02-11-2009, 04:04 PM
How can I automated save the results from Performance Test 7 as Baseline ".pt" when I use scripting.
e.g.
pt.exe /s test.pts

I know that I can perform this using the ".ini" file.
e.g.
pt.exe <file_format> <result_file> <initialization_file>


But using the .ini File I always have to run all the tests.

Thanks for your help.

Michael (Passmark)
02-11-2009, 11:07 PM
It is not possible to save to a PT file using scripts. The only way to save the test results are using the following export functions.

EXPORTHTML
EXPORTTEXT
EXPORTTEXTF
EXPORTCSV

ie. EXPORTTEXT "<filename.txt>"

Michael (Passmark)
02-16-2009, 11:38 PM
It seems I was wrong about this, we have added a scripting option to export a .pt file in V7. The command is simply;

EXPORTBASELINE "filename.pt"

There is a bug in the current Beta that causes the incorrect system information to be recorded when using this script option. This should be fixed in the final release.