We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cad91 commit 55bd383Copy full SHA for 55bd383
stress.go
@@ -345,11 +345,14 @@ func newWriteHandlers(gcfg dbtesterpb.ConfigClientMachineAgentControl) (rhs []Re
345
for i := range etcdClients {
346
rhs[i] = newPutEtcd3(etcdClients[i])
347
}
348
+
349
+ // TODO: this "done" function may decrease throughput at the end
350
done = func() {
351
352
etcdClients[i].Close()
353
354
355
356
case "zookeeper__r3_5_3_beta", "zetcd__beta":
357
if gcfg.ConfigClientMachineBenchmarkOptions.SameKey {
358
key := sameKey(gcfg.ConfigClientMachineBenchmarkOptions.KeySizeBytes)
0 commit comments