Browse Source

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

Tonttu 4 months ago
parent
commit
a8d3d26528
1 changed files with 8 additions and 0 deletions
  1. 8 0
      UICatalog/Properties/launchSettings.json

+ 8 - 0
UICatalog/Properties/launchSettings.json

@@ -39,6 +39,14 @@
       "commandName": "Project",
       "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": {
       "commandName": "Executable",
       "executablePath": "wsl",