mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-05 23:43:05 +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")
|
captureMemory(t.Name(), "at start")
|
||||||
|
|
||||||
totalMessages := 2000
|
totalMessages := 1500
|
||||||
pubsubTopic := DefaultPubsubTopic
|
pubsubTopic := DefaultPubsubTopic
|
||||||
|
|
||||||
for i := 0; i < totalMessages; i++ {
|
for i := 0; i < totalMessages; i++ {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user