Hello everyone,
I'm using the follwoing PT-scipt:
My problem is that i get different results depending on how i start the test:
Here only the disk tests
The first line shows the results i get by starting the test via batch with loading the pt-script (in background, without loading the GUI)
The second line uses exact the same pt-script, the only difference is, that i started the test with the GUI using "Tests | Execute Script"
What is the difference here?
Thanks
I'm using the follwoing PT-scipt:
Code:
SETCOMPUTERNAME "XXXXX" SUPPRESSWARNINGS ON SETDISK "D:" SETCD "D:" RUN CPU_ALL RUN ME_ALL RUN DI_ALL EXPORTCSV "[Path]" EXIT
Here only the disk tests
Disk Read | Disk Write | Random | DiskMark |
25 | 22,2 | 7,4 | 197,4 |
171,7 | 124,5 | 236,8 | 1927,5 |
The first line shows the results i get by starting the test via batch with loading the pt-script (in background, without loading the GUI)
The second line uses exact the same pt-script, the only difference is, that i started the test with the GUI using "Tests | Execute Script"
What is the difference here?
Thanks
Comment