I am running the test in Azure cloud, but it got stuck because to this popup, Is there any flag so test should run always?
PS C:\Program Files\PerformanceTest> .\PerformanceTest64.exe /NO3D /s C:\perftest\GenerateBaseResult.ptscript /i
PS C:\Program Files\PerformanceTest>
Hardware software details:
System information - MyComputer
PerformanceTest Version
PerformanceTest 11.0 1014 64-bit
Number of processes used for CPU Tests: 2
System Summary
Windows 11 Professional Edition build 22000 (64-bit)
1 x Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz [2095.2 MHz]
8.0GB RAM
16GB SSD, 150GB SSD
DVD
General
System Name: MVM6666df23eaa
Motherboard Manufacturer: Microsoft Corporation
Motherboard Name: Virtual Machine
Motherboard Version: Hyper-V UEFI Release v4.1
Motherboard Serial Number: 0000-0012-7172-6990-7467-9960-08
BIOS Manufacturer: Microsoft Corporation
BIOS Version: Hyper-V UEFI Release v4.1
BIOS Release Date: 03/08/2024
BIOS Serial Number: 0000-0009-5644-5110-1938-5658-48
CPU
CPU manufacturer: GenuineIntel
CPU Type: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
CPUID Family 6, Model 55, Stepping 4
Physical CPU's: 1
Cores per CPU: 1
Hyperthreading: Enabled
CPU features: MMX SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 DEP PAE Intel64 VMX AES AVX AVX2 FMA3
Clock frequencies:
- Measured CPU speed: 2095.2 MHz
- Base Clock: 100.0 MHz
Cache per CPU package:
- L1 Instruction Cache: 1 x 32 KB
- L1 data cache: 1 x 32 KB
- L2 cache: 1 x 1024 KB
- L3 cache: 35 MB
Error:
Invalid video mode. The resolution and color depth you have selected do not appear to be valid for hardware acceleration. Please ensure that the correct monitor drivers are installed. Also ensure that the most recent video drivers for your graphics adapter are properly installed. This error can also occur if your monitor is in portrait mode. Error Code: D3DERR_INVALIDCALL
PS C:\Program Files\PerformanceTest> .\PerformanceTest64.exe /NO3D /s C:\perftest\GenerateBaseResult.ptscript /i
PS C:\Program Files\PerformanceTest>
Script:
# Set the computer name
SETCOMPUTERNAME "MyComputer"
SUPPRESSWARNINGS OFF
SETDISK "C:"
SETDURATION 20
SETITERATIONS 1
SETCPUTESTPROCESSES 1
# Clear previous results
CLEARRESULTS
# Run the specified tests
RUN ALL
#RUN CPU_ALL
#RUN G2D_ALL
#RUN ME_ALL
#RUN DI_ALL
EXPORTBASELINE "C:\PerformanceTest\baseline_data.ptx"
EXPORTHTML "C:\PerformanceTest\results.html"
EXPORTCSV "C:\PerformanceTest\results.csv"
EXPORTCSV "C:\PerformanceTest\results_all.csv"
EXPORTTEXT "C:\PerformanceTest\results.txt"
EXPORTTEXTF "C:\PerformanceTest\resultsF.txt"
EXPORTIMG "C:\PerformanceTest\result.jpg" JPG
# Suppress warnings off
SUPPRESSWARNINGS OFF
EXIT
# Set the computer name
SETCOMPUTERNAME "MyComputer"
SUPPRESSWARNINGS OFF
SETDISK "C:"
SETDURATION 20
SETITERATIONS 1
SETCPUTESTPROCESSES 1
# Clear previous results
CLEARRESULTS
# Run the specified tests
RUN ALL
#RUN CPU_ALL
#RUN G2D_ALL
#RUN ME_ALL
#RUN DI_ALL
EXPORTBASELINE "C:\PerformanceTest\baseline_data.ptx"
EXPORTHTML "C:\PerformanceTest\results.html"
EXPORTCSV "C:\PerformanceTest\results.csv"
EXPORTCSV "C:\PerformanceTest\results_all.csv"
EXPORTTEXT "C:\PerformanceTest\results.txt"
EXPORTTEXTF "C:\PerformanceTest\resultsF.txt"
EXPORTIMG "C:\PerformanceTest\result.jpg" JPG
# Suppress warnings off
SUPPRESSWARNINGS OFF
EXIT
Hardware software details:
System information - MyComputer
PerformanceTest Version
PerformanceTest 11.0 1014 64-bit
Number of processes used for CPU Tests: 2
System Summary
Windows 11 Professional Edition build 22000 (64-bit)
1 x Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz [2095.2 MHz]
8.0GB RAM
16GB SSD, 150GB SSD
DVD
General
System Name: MVM6666df23eaa
Motherboard Manufacturer: Microsoft Corporation
Motherboard Name: Virtual Machine
Motherboard Version: Hyper-V UEFI Release v4.1
Motherboard Serial Number: 0000-0012-7172-6990-7467-9960-08
BIOS Manufacturer: Microsoft Corporation
BIOS Version: Hyper-V UEFI Release v4.1
BIOS Release Date: 03/08/2024
BIOS Serial Number: 0000-0009-5644-5110-1938-5658-48
CPU
CPU manufacturer: GenuineIntel
CPU Type: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
CPUID Family 6, Model 55, Stepping 4
Physical CPU's: 1
Cores per CPU: 1
Hyperthreading: Enabled
CPU features: MMX SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 DEP PAE Intel64 VMX AES AVX AVX2 FMA3
Clock frequencies:
- Measured CPU speed: 2095.2 MHz
- Base Clock: 100.0 MHz
Cache per CPU package:
- L1 Instruction Cache: 1 x 32 KB
- L1 data cache: 1 x 32 KB
- L2 cache: 1 x 1024 KB
- L3 cache: 35 MB
Error:
Invalid video mode. The resolution and color depth you have selected do not appear to be valid for hardware acceleration. Please ensure that the correct monitor drivers are installed. Also ensure that the most recent video drivers for your graphics adapter are properly installed. This error can also occur if your monitor is in portrait mode. Error Code: D3DERR_INVALIDCALL
Comment