###################################################################### # PerformanceTest automation script sample # # ScriptSample.pts # Version 1 # December 2006 # Copyright PassMark Software # ###################################################################### # Set the test preferences SETDISK "C:" SETDURATION 15 SETCOMPUTERNAME "MFG Model Ver" SETCPUTESTPROCESSES 2 SET3DMAX # Run the test 5 times LOOP 5 { # Clear the results CLEARRESULTS # Run all tests RUN ALL #Append to CSV individual test results EXPORTCSV "C:\results.csv" SINGLELINE }