Hello,
I am new to Performancetest 9.0. I just bought a few copies for the company I work for. Now I am in the process of trying to setup a usable benchmark test to evaluate machines.
While playing around with the tool some questions arise. I created a test script that looks as follows:
SETCOMPUTERNAME "Win10"
SETITERATIONS 1
SETDURATION 2
SETDISK "D:"
SETCPUTESTPROCESSES 2
RUN CPU_ALL
RUN ME_ALL
RUN DI_WRITE
RUN DI_READ
RUN DI_RANDOM
EXPORTHTML "D:\workspace\PerformanceTest\Results\iterations_1 \win10.html"
EXPORTTEXT "D:\workspace\PerformanceTest\Results\iterations_1 \win10.txt"
EXPORTTEXTF "D:\workspace\PerformanceTest\Results\iterations_1 \win10F.txt"
EXPORTCSV "D:\workspace\PerformanceTest\Results\iterations_1 \win10.csv"
EXPORTBASELINE "D:\workspace\PerformanceTest\Results\iterations_1 \win10.ptx"
EXIT
When evaluating the output data of the HTML baseline output, I noticed there are columns tagged #1, #2, #3, #4, #5 and #6 (see below). All are filled with values. What do these mean? First I thought that The #numbers were referring to iterations, but that cannot be since my script only executes one iteration.
I also noticed that when I run the script more then once, only the values under "Win10" change when comparing baseline runs. The figures under the #numbers do not seem to change. So what do they represent?
Regards,
Peet
I am new to Performancetest 9.0. I just bought a few copies for the company I work for. Now I am in the process of trying to setup a usable benchmark test to evaluate machines.
While playing around with the tool some questions arise. I created a test script that looks as follows:
SETCOMPUTERNAME "Win10"
SETITERATIONS 1
SETDURATION 2
SETDISK "D:"
SETCPUTESTPROCESSES 2
RUN CPU_ALL
RUN ME_ALL
RUN DI_WRITE
RUN DI_READ
RUN DI_RANDOM
EXPORTHTML "D:\workspace\PerformanceTest\Results\iterations_1 \win10.html"
EXPORTTEXT "D:\workspace\PerformanceTest\Results\iterations_1 \win10.txt"
EXPORTTEXTF "D:\workspace\PerformanceTest\Results\iterations_1 \win10F.txt"
EXPORTCSV "D:\workspace\PerformanceTest\Results\iterations_1 \win10.csv"
EXPORTBASELINE "D:\workspace\PerformanceTest\Results\iterations_1 \win10.ptx"
EXIT
When evaluating the output data of the HTML baseline output, I noticed there are columns tagged #1, #2, #3, #4, #5 and #6 (see below). All are filled with values. What do these mean? First I thought that The #numbers were referring to iterations, but that cannot be since my script only executes one iteration.
I also noticed that when I run the script more then once, only the values under "Win10" change when comparing baseline runs. The figures under the #numbers do not seem to change. So what do they represent?
Regards,
Peet
Comment