Add UICatalog benchmark launch profiles for v2 drivers (#3942)

This commit is contained in:
Tonttu
2025-03-01 18:36:50 +02:00
committed by GitHub
parent bc8bf380b2
commit a8d3d26528

View File

@@ -39,6 +39,14 @@
"commandName": "Project", "commandName": "Project",
"commandLineArgs": "--driver NetDriver --benchmark" "commandLineArgs": "--driver NetDriver --benchmark"
}, },
"Benchmark All --driver v2win": {
"commandName": "Project",
"commandLineArgs": "--driver v2win --benchmark"
},
"Benchmark All --driver v2net": {
"commandName": "Project",
"commandLineArgs": "--driver v2net --benchmark"
},
"WSL: Benchmark All": { "WSL: Benchmark All": {
"commandName": "Executable", "commandName": "Executable",
"executablePath": "wsl", "executablePath": "wsl",