aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/README.md
diff options
context:
space:
mode:
authorYilun Chong <chongyilun250@sina.com>2018-03-20 15:38:53 -0700
committerGitHub <noreply@github.com>2018-03-20 15:38:53 -0700
commite436ee0aa179340832281b7d90885e9ff15b3748 (patch)
tree3f7429a9f195a7e56dded42616b1be17756aa475 /benchmarks/README.md
parent88a4884b55cf1a2a6576af0d558d2abe03ec6ba8 (diff)
parentd6323c8c0f029d4ce3324fcaa635f08139196e0d (diff)
downloadprotobuf-e436ee0aa179340832281b7d90885e9ff15b3748.tar.gz
protobuf-e436ee0aa179340832281b7d90885e9ff15b3748.tar.bz2
protobuf-e436ee0aa179340832281b7d90885e9ff15b3748.zip
Merge pull request #4361 from BSBandme/go_benchmark
Add go benchmark
Diffstat (limited to 'benchmarks/README.md')
-rw-r--r--benchmarks/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/benchmarks/README.md b/benchmarks/README.md
index 459c7b9d..74c042d8 100644
--- a/benchmarks/README.md
+++ b/benchmarks/README.md
@@ -36,6 +36,21 @@ $ sudo apt-get install python3-dev
```
And you also need to make sure `pkg-config` is installed.
+### Go
+Go protobufs are maintained at [github.com/golang/protobuf](
+http://github.com/golang/protobuf). If not done already, you need to install the
+toolchain and the Go protoc-gen-go plugin for protoc.
+
+To install protoc-gen-go, run:
+
+```
+$ go get -u github.com/golang/protobuf/protoc-gen-go
+$ export PATH=$PATH:$(go env GOPATH)/bin
+```
+
+The first command installs `protoc-gen-go` into the `bin` directory in your local `GOPATH`.
+The second command adds the `bin` directory to your `PATH` so that `protoc` can locate the plugin later.
+
### Big data
There's some optional big testing data which is not included in the directory
@@ -87,6 +102,11 @@ $ make python-cpp-reflection
$ make python-cpp-generated-code
```
+### Go
+```
+$ make go
+```
+
To run a specific dataset:
### Java:
@@ -126,6 +146,13 @@ $ make python-cpp-generated-code-benchmark
$ ./python-cpp-generated-code-benchmark $(specific generated dataset file name)
```
+### Go:
+```
+$ make go-benchmark
+$ ./go-benchmark $(specific generated dataset file name)
+```
+
+
## Benchmark datasets
Each data set is in the format of benchmarks.proto: