Ver Fonte

Merge pull request #11017 from ethan-daocloud/patch-2

cleanup: correct summary message in put.go
Sahdev Zala há 6 anos atrás
pai
commit
65e226ad92
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tools/benchmark/cmd/put.go

+ 1 - 1
tools/benchmark/cmd/put.go

@@ -183,7 +183,7 @@ func hashKV(cmd *cobra.Command, clients []*v3.Client) {
 		panic(err)
 		panic(err)
 	}
 	}
 
 
-	rs := "HaskKV Summary:\n"
+	rs := "HashKV Summary:\n"
 	rs += fmt.Sprintf("\tHashKV: %d\n", rh.Hash)
 	rs += fmt.Sprintf("\tHashKV: %d\n", rh.Hash)
 	rs += fmt.Sprintf("\tEndpoint: %s\n", host)
 	rs += fmt.Sprintf("\tEndpoint: %s\n", host)
 	rs += fmt.Sprintf("\tTime taken to get hashkv: %v\n", time.Since(st))
 	rs += fmt.Sprintf("\tTime taken to get hashkv: %v\n", time.Since(st))