-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Profile rename to support both AMD and Nvidia (#156)
- Loading branch information
Showing
9 changed files
with
378 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
174 changes: 0 additions & 174 deletions
174
src/VirtualClient/VirtualClient.Main/VirtualClient - Backup.Main.csproj
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
182 changes: 182 additions & 0 deletions
182
src/VirtualClient/VirtualClient.Main/profiles/PERF-GPU-FURMARK-AMD.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
{ | ||
"Description": "Furmark GPU Performance Workload", | ||
"Metadata": { | ||
"SupportedPlatforms": "win-x64", | ||
"SupportedOperatingSystem": "Windows", | ||
"SupportedGpuModel": "mi25,v620", | ||
"SpecialRequirements": "This is AMD GPU Driver dependency. It can only be installed on the system having an AMD GPU card/chip." | ||
}, | ||
"Parameters": { | ||
"GpuModel": "mi25", | ||
"Time": "60000", | ||
"Height": "640", | ||
"Width": "480", | ||
"Antialiasing": "4" | ||
}, | ||
"Actions": [ | ||
{ | ||
"Type": "FurmarkExecutor", | ||
"Parameters": { | ||
"Scenario": "ExecuteFurmarkBenchmark", | ||
"PackageName": "Furmark", | ||
"PsExecPackageName": "pstools", | ||
"Time": "$.Parameters.Time", | ||
"Height": "$.Parameters.Height", | ||
"Width": "$.Parameters.Width", | ||
"Antialiasing": "$.Parameters.Antialiasing" | ||
} | ||
}, | ||
{ | ||
"Type": "FurmarkExecutor", | ||
"Parameters": { | ||
"Scenario": "Furmmark_640X360_8", | ||
"PackageName": "Furmark", | ||
"PsExecPackageName": "pstools", | ||
"Time": "$.Parameters.Time", | ||
"Height": "360", | ||
"Width": "640", | ||
"Antialiasing": "8" | ||
} | ||
}, | ||
|
||
{ | ||
"Type": "FurmarkExecutor", | ||
"Parameters": { | ||
"Scenario": "Furmmark_2160X11520_2", | ||
"PackageName": "Furmark", | ||
"PsExecPackageName": "pstools", | ||
"Time": "$.Parameters.Time", | ||
"Height": "11520", | ||
"Width": "2160", | ||
"Antialiasing": "2" | ||
} | ||
}, | ||
{ | ||
"Type": "FurmarkExecutor", | ||
"Parameters": { | ||
"Scenario": "Furmmark_2160X11520_8", | ||
"PackageName": "Furmark", | ||
"PsExecPackageName": "pstools", | ||
"Time": "$.Parameters.Time", | ||
"Height": "11520", | ||
"Width": "2160", | ||
"Antialiasing": "8" | ||
} | ||
}, | ||
{ | ||
"Type": "FurmarkExecutor", | ||
"Parameters": { | ||
"Scenario": "Furmmark_1440X2560_2", | ||
"PackageName": "Furmark", | ||
"PsExecPackageName": "pstools", | ||
"Time": "$.Parameters.Time", | ||
"Height": "2560", | ||
"Width": "1440", | ||
"Antialiasing": "2" | ||
} | ||
}, | ||
{ | ||
"Type": "FurmarkExecutor", | ||
"Parameters": { | ||
"Scenario": "Furmmark_1440X2560_4", | ||
"PackageName": "Furmark", | ||
"PsExecPackageName": "pstools", | ||
"Time": "$.Parameters.Time", | ||
"Height": "2560", | ||
"Width": "1440", | ||
"Antialiasing": "4" | ||
} | ||
}, | ||
|
||
{ | ||
"Type": "FurmarkExecutor", | ||
"Parameters": { | ||
"Scenario": "Furmmark_720X1280_4", | ||
"PackageName": "Furmark", | ||
"PsExecPackageName": "pstools", | ||
"Time": "$.Parameters.Time", | ||
"Height": "1280", | ||
"Width": "720", | ||
"Antialiasing": "4" | ||
} | ||
}, | ||
|
||
{ | ||
"Type": "FurmarkExecutor", | ||
"Parameters": { | ||
"Scenario": "Furmmark_720X1280_2", | ||
"PackageName": "Furmark", | ||
"PsExecPackageName": "pstools", | ||
"Time": "$.Parameters.Time", | ||
"Height": "1280", | ||
"Width": "720", | ||
"Antialiasing": "2" | ||
} | ||
}, | ||
{ | ||
"Type": "FurmarkExecutor", | ||
"Parameters": { | ||
"Scenario": "Furmmark_5120X2880_4", | ||
"PackageName": "Furmark", | ||
"PsExecPackageName": "pstools", | ||
"Time": "$.Parameters.Time", | ||
"Height": "2880", | ||
"Width": "5120", | ||
"Antialiasing": "4" | ||
} | ||
}, | ||
{ | ||
"Type": "FurmarkExecutor", | ||
"Parameters": { | ||
"Scenario": "Furmmark_5120X2880_2", | ||
"PackageName": "Furmark", | ||
"PsExecPackageName": "pstools", | ||
"Time": "$.Parameters.Time", | ||
"Height": "2880", | ||
"Width": "5120", | ||
"Antialiasing": "2" | ||
} | ||
} | ||
|
||
], | ||
"Dependencies": [ | ||
{ | ||
"Type": "DependencyPackageInstallation", | ||
"Parameters": { | ||
"Scenario": "InstallPsToolsPackage", | ||
"BlobContainer": "packages", | ||
"BlobName": "pstools.2.51.zip", | ||
"PackageName": "pstools", | ||
"Extract": true | ||
} | ||
}, | ||
{ | ||
"Type": "DependencyPackageInstallation", | ||
"Parameters": { | ||
"Scenario": "InstallFurmarkPackage", | ||
"BlobContainer": "packages", | ||
"BlobName": "Furmark1.34.0.0.zip", | ||
"PackageName": "furmark", | ||
"Extract": true | ||
} | ||
}, | ||
{ | ||
"Type": "DependencyPackageInstallation", | ||
"Parameters": { | ||
"Scenario": "InstallAMDGPUDriverPackage", | ||
"BlobContainer": "packages", | ||
"BlobName": "amdgpudriver.zip", | ||
"PackageName": "amdgpudriver", | ||
"Extract": true | ||
} | ||
}, | ||
{ | ||
"Type": "AMDGPUDriverInstallation", | ||
"Parameters": { | ||
"Scenario": "InstallAMDGPUDriver", | ||
"GpuModel": "$.Parameters.GpuModel", | ||
"PackageName": "amdgpudriver" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.