We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa37f6 commit d43e2c9Copy full SHA for d43e2c9
update.ps1
@@ -1,6 +1,6 @@
1
git pull && `
2
pushd .\src\AI.Benchmarks && `
3
-dotnet run -c Release
+dotnet run -c Release --no-launch-profile
4
5
if (-not $?) { throw 'Failed to run benchmarks' }
6
0 commit comments