From b5ee1de076c965bf8067e69a46b1d64b364006cd Mon Sep 17 00:00:00 2001 From: ethan Date: Mon, 12 Aug 2019 21:13:58 +0800 Subject: [PATCH] cleanup: correct summary message in put.go --- tools/benchmark/cmd/put.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/benchmark/cmd/put.go b/tools/benchmark/cmd/put.go index 4f99d5c57..45da8ee54 100644 --- a/tools/benchmark/cmd/put.go +++ b/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))