Procházet zdrojové kódy

cleanup: correct summary message in put.go

ethan před 6 roky
rodič
revize
faa71d89d4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)
 	}
 
-	rs := "HaskKV Summary:\n"
+	rs := "HashKV Summary:\n"
 	rs += fmt.Sprintf("\tHashKV: %d\n", rh.Hash)
 	rs += fmt.Sprintf("\tEndpoint: %s\n", host)
 	rs += fmt.Sprintf("\tTime taken to get hashkv: %v\n", time.Since(st))