소스 검색

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

Tonttu 5 달 전
부모
커밋
a8d3d26528
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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",