Skip to content

Commit d43e2c9

Browse files
committed
Do not load launch settings when updating stats for real
The launch settings trims the run count for speed.
1 parent 2aa37f6 commit d43e2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git pull && `
22
pushd .\src\AI.Benchmarks && `
3-
dotnet run -c Release
3+
dotnet run -c Release --no-launch-profile
44

55
if (-not $?) { throw 'Failed to run benchmarks' }
66

0 commit comments

Comments
 (0)