From a8d3d265283755c74c64b214755d967cacda46ad Mon Sep 17 00:00:00 2001 From: Tonttu <15074459+TheTonttu@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:36:50 +0200 Subject: [PATCH] Add UICatalog benchmark launch profiles for v2 drivers (#3942) --- UICatalog/Properties/launchSettings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UICatalog/Properties/launchSettings.json b/UICatalog/Properties/launchSettings.json index 0ddda42a4..793cef998 100644 --- a/UICatalog/Properties/launchSettings.json +++ b/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",