feat : 서버 로직 성능개선 / 결과 정리

This commit is contained in:
qornwh1
2026-03-06 10:16:36 +09:00
parent 85c3276207
commit 2a7d4aeb09
5 changed files with 159 additions and 35 deletions

View File

@@ -9,7 +9,7 @@ class EcoClientTester
public static string SERVER_IP = "localhost";
public static int SERVER_PORT = 9500;
public static readonly string CONNECTION_KEY = "test";
public static int CLIENT_COUNT = 100;
public static int CLIENT_COUNT = 50;
private async Task StartEchoDummyTest()
{