We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8680338 commit 99e928bCopy full SHA for 99e928b
nsqd/topic_test.go
@@ -232,6 +232,7 @@ func BenchmarkTopicPut(b *testing.B) {
232
topicName := "bench_topic_put" + strconv.Itoa(b.N)
233
opts := NewOptions()
234
opts.Logger = test.NewTestLogger(b)
235
+ opts.LogLevel = LOG_WARN
236
opts.MemQueueSize = int64(b.N)
237
_, _, nsqd := mustStartNSQD(opts)
238
defer os.RemoveAll(opts.DataPath)
@@ -251,6 +252,7 @@ func BenchmarkTopicToChannelPut(b *testing.B) {
251
252
channelName := "bench"
253
254
255
256
257
258
0 commit comments