Skip to content

Commit 71c235e

Browse files
Fix compilation
Return 0 for `--test` branch.
1 parent 776af48 commit 71c235e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

perf/TodoApp.Benchmarks/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
{
2020
await benchmarks.StopServer();
2121
}
22+
23+
return 0;
2224
}
2325
else
2426
{

0 commit comments

Comments
 (0)