Add VS and VSC launcher profile for benchmark.

This commit is contained in:
Huo Yaoyuan
2019-12-16 14:51:09 +08:00
parent 7729c8fdd4
commit 23758d469a
2 changed files with 10 additions and 0 deletions

2
.vscode/launch.json vendored
View File

@@ -56,6 +56,8 @@
"program": "dotnet",
"args": [
"${workspaceRoot}/osu.Framework.Benchmarks/bin/Release/netcoreapp3.0/osu.Framework.Benchmarks.dll",
"--filter",
"*",
],
"cwd": "${workspaceRoot}",
"preLaunchTask": "Build (Release)",

View File

@@ -0,0 +1,8 @@
{
"profiles": {
"All Benchmarks": {
"commandName": "Project",
"commandLineArgs": "--filter *"
}
}
}