In a script, is it possible to import a baseline into the results after the tests complete?
Scripting and Baselines
Collapse
X
-
-
using the command line you can run PerformanceTest to generate benchmark results in HTML, text or CSV format. You can also do a similar task using the scripting options.
See the PerformanceTest help file for details about command line options and scripting.
At the moment there is no option to output a .pt baseline file (just HTML, text or CSV format).Comment
Comment