From 09c48f2df9d17cbc49ca6e6a13a528b68198980f Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Mon, 18 Nov 2024 12:07:38 -0600 Subject: [PATCH 1/2] Updated `RemotePingPing` to also support .NET 9 --- src/benchmark/RemotePingPong/RemotePingPong.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benchmark/RemotePingPong/RemotePingPong.csproj b/src/benchmark/RemotePingPong/RemotePingPong.csproj index c524175ca3b..7fd62f19e33 100644 --- a/src/benchmark/RemotePingPong/RemotePingPong.csproj +++ b/src/benchmark/RemotePingPong/RemotePingPong.csproj @@ -3,7 +3,7 @@ Akka.Remote x-plat performance benchmark Copyright (c) Akka.NET Team Akka.NET Team - $(NetFrameworkTestVersion);$(NetTestVersion);net6.0 + $(NetFrameworkTestVersion);$(NetTestVersion);net6.0;net9.0 Exe false From 15c8aac8ad34df001dd2aa2c52881c7073c2fa0f Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Mon, 18 Nov 2024 12:48:15 -0600 Subject: [PATCH 2/2] try to disable DATAS https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#dynamic-adaptation-to-application-sizes-datas --- src/benchmark/RemotePingPong/RemotePingPong.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/benchmark/RemotePingPong/RemotePingPong.csproj b/src/benchmark/RemotePingPong/RemotePingPong.csproj index 7fd62f19e33..1471dbd2be9 100644 --- a/src/benchmark/RemotePingPong/RemotePingPong.csproj +++ b/src/benchmark/RemotePingPong/RemotePingPong.csproj @@ -10,6 +10,8 @@ true + + 0 true