reduce iterations to 100

This commit is contained in:
aya 2025-04-06 18:20:05 +02:00
parent fd5d5df4f3
commit 8cd84f6d83

View File

@ -157,7 +157,7 @@ func TestStressHighThroughput10kPublish(t *testing.T) {
Debug("Memory usage BEFORE sending => HeapAlloc: %d KB, RSS: %d KB", startHeapKB, startRSSKB)
totalMessages := 1000
totalMessages := 100
pubsubTopic := DefaultPubsubTopic
for i := 0; i < totalMessages; i++ {