Merge pull request #13290 from spzala/benchmarkput

Benchmark: remove redundant function call
This commit is contained in:
Sahdev Zala 2021-08-16 12:12:20 -04:00 committed by GitHub
commit ab9563dc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,6 @@ func hashKV(cmd *cobra.Command, clients []*v3.Client) {
host := eps[0]
st := time.Now()
clients[0].HashKV(context.Background(), eps[0], 0)
rh, eh := clients[0].HashKV(context.Background(), host, 0)
if eh != nil {
fmt.Fprintf(os.Stderr, "Failed to get the hashkv of endpoint %s (%v)\n", host, eh)