Skip to content

Commit a8d3d26

Browse files
authored
Add UICatalog benchmark launch profiles for v2 drivers (#3942)
1 parent bc8bf38 commit a8d3d26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UICatalog/Properties/launchSettings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939
"commandName": "Project",
4040
"commandLineArgs": "--driver NetDriver --benchmark"
4141
},
42+
"Benchmark All --driver v2win": {
43+
"commandName": "Project",
44+
"commandLineArgs": "--driver v2win --benchmark"
45+
},
46+
"Benchmark All --driver v2net": {
47+
"commandName": "Project",
48+
"commandLineArgs": "--driver v2net --benchmark"
49+
},
4250
"WSL: Benchmark All": {
4351
"commandName": "Executable",
4452
"executablePath": "wsl",

0 commit comments

Comments
 (0)