From 179d36ba0e35e4bdad86988a49828836b649e3df Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 26 Oct 2014 11:34:55 -0700 Subject: formatting code by: goimports -w=true . --- go/util/constants.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'go/util/constants.go') diff --git a/go/util/constants.go b/go/util/constants.go index db1ca38e5..c407533a8 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,7 +1,5 @@ package util -import () - const ( VERSION = "0.64" ) -- cgit v1.2.3 From 8af475300295adf9aadc6f57216112db1e6765cd Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 28 Nov 2014 16:34:03 -0800 Subject: Write request id to first 8 bytes of a file, instead of whole file, for better write performance. --- go/util/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go/util/constants.go') diff --git a/go/util/constants.go b/go/util/constants.go index c407533a8..61f05898f 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.64" + VERSION = "0.66" ) -- cgit v1.2.3 From 482e3fb97325ae073f19b8293bb25d210beed721 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 5 Dec 2014 12:00:13 -0800 Subject: Improve Benchmark tool's performance. --- go/util/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go/util/constants.go') diff --git a/go/util/constants.go b/go/util/constants.go index 61f05898f..d677ba44f 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.66" + VERSION = "0.67" ) -- cgit v1.2.3