Skip to content

Commit

Permalink
Enable dynamic PGO for RemotePingPong and PingPong (#6277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Nov 29, 2022
1 parent bb7435e commit b17ce60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions src/benchmark/PingPong/PingPong.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<Content Include="App.config" />
</ItemGroup>

<PropertyGroup>
<ServerGarbageCollection>true</ServerGarbageCollection>
<TieredPGO>true</TieredPGO>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\core\Akka\Akka.csproj" />
</ItemGroup>
Expand Down
5 changes: 1 addition & 4 deletions src/benchmark/RemotePingPong/RemotePingPong.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@
<OutputType>Exe</OutputType>
</PropertyGroup>

<PropertyGroup>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<PropertyGroup>
<ServerGarbageCollection>true</ServerGarbageCollection>
<TieredPGO>true</TieredPGO>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b17ce60

Please sign in to comment.