mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-07 00:13:12 +00:00
edit iterations to correct test name
This commit is contained in:
parent
8cd84f6d83
commit
53158bf20a
@ -157,7 +157,7 @@ func TestStressHighThroughput10kPublish(t *testing.T) {
|
|||||||
|
|
||||||
Debug("Memory usage BEFORE sending => HeapAlloc: %d KB, RSS: %d KB", startHeapKB, startRSSKB)
|
Debug("Memory usage BEFORE sending => HeapAlloc: %d KB, RSS: %d KB", startHeapKB, startRSSKB)
|
||||||
|
|
||||||
totalMessages := 100
|
totalMessages := 2000
|
||||||
pubsubTopic := DefaultPubsubTopic
|
pubsubTopic := DefaultPubsubTopic
|
||||||
|
|
||||||
for i := 0; i < totalMessages; i++ {
|
for i := 0; i < totalMessages; i++ {
|
||||||
@ -343,7 +343,7 @@ func TestStressLargePayloadEphemeralMessagesEndurance(t *testing.T) {
|
|||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
Debug("Before endurance test: HeapAlloc = %d KB, RSS = %d KB", startHeapKB, startRSSKB)
|
Debug("Before endurance test: HeapAlloc = %d KB, RSS = %d KB", startHeapKB, startRSSKB)
|
||||||
|
|
||||||
maxIterations := 2000
|
maxIterations := 1000
|
||||||
payloadSize := 100 * 1024
|
payloadSize := 100 * 1024
|
||||||
largePayload := make([]byte, payloadSize)
|
largePayload := make([]byte, payloadSize)
|
||||||
for i := range largePayload {
|
for i := range largePayload {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user