mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-03 14:33:07 +00:00
reduce iterations to 1500 for the failed test
This commit is contained in:
parent
a141ca0aac
commit
72d810c44b
@ -137,7 +137,7 @@ func TestStressHighThroughput10kPublish(t *testing.T) {
|
||||
|
||||
captureMemory(t.Name(), "at start")
|
||||
|
||||
totalMessages := 2000
|
||||
totalMessages := 1500
|
||||
pubsubTopic := DefaultPubsubTopic
|
||||
|
||||
for i := 0; i < totalMessages; i++ {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user