This commit is contained in:
Junang Li 2024-09-12 11:41:00 -04:00
parent 3139af2378
commit 3277664750
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -1328,7 +1328,7 @@ func BenchmarkSampleSend(b *testing.B) {
cfg.MaxShards = 20
// todo: test with new proto type(s)
m := newTestQueueManager(b, cfg, mcfg, defaultFlushDeadline, c, config.RemoteWriteProtoMsgV1)
m := newTestQueueManager(b, cfg, mcfg, defaultFlushDeadline, c, config.RemoteWriteProtoMsgV2)
m.StoreSeries(series, 0)
// These should be received by the client.