From fd5d5df4f34955c091134056409aac291ec64c20 Mon Sep 17 00:00:00 2001 From: aya Date: Sun, 6 Apr 2025 13:36:14 +0200 Subject: [PATCH] Add modifications for failed tests --- waku/stress_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku/stress_test.go b/waku/stress_test.go index b06a059..c898a34 100644 --- a/waku/stress_test.go +++ b/waku/stress_test.go @@ -157,7 +157,7 @@ func TestStressHighThroughput10kPublish(t *testing.T) { Debug("Memory usage BEFORE sending => HeapAlloc: %d KB, RSS: %d KB", startHeapKB, startRSSKB) - totalMessages := 5000 + totalMessages := 1000 pubsubTopic := DefaultPubsubTopic for i := 0; i < totalMessages; i++ {