mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
WIP
This commit is contained in:
parent
3139af2378
commit
3277664750
BIN
remote.test
BIN
remote.test
Binary file not shown.
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue