소스 검색

add comment about go differences in go versions

Alexander Polcyn 9 년 전
부모
커밋
46b9be73b9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tools/gce/linux_performance_worker_init.sh

+ 2 - 0
tools/gce/linux_performance_worker_init.sh

@@ -129,6 +129,8 @@ gem install bundler
 
 # Go dependencies
 # Currently, the golang package available via apt-get doesn't have the latest go.
+# Significant performance improvements with grpc-go have been observed after
+# upgrading from go 1.5 to a later version, so a later go version is preferred.
 # Following go install instructions from https://golang.org/doc/install
 GO_VERSION=1.7.1
 OS=linux