Skip to content

Commit 773e5e6

Browse files
committed
Remove Benchmark from Appveyor build.
This takes a long time to run and doesn't trigger any build failures on a perf regression, so newly-introduced problems are unlikely to be detected.
1 parent 49054e2 commit 773e5e6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.ci/test.ps1

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,3 @@ dotnet test tests\SideBySide\SideBySide.csproj -c Baseline
5151
if ($LASTEXITCODE -ne 0){
5252
exit $LASTEXITCODE;
5353
}
54-
55-
echo "Building Benchmark"
56-
57-
dotnet restore tests\Benchmark\Benchmark.csproj
58-
dotnet run -p tests\Benchmark\Benchmark.csproj -c Release -f net462
59-
if ($LASTEXITCODE -ne 0){
60-
exit $LASTEXITCODE;
61-
}

0 commit comments

Comments
 (0)