Lines Matching +full:build +full:- +full:php
13 build your language's protobuf, then:
19 benchmark tool for testing cpp. This will be automatically made during build the
26 We're using maven to build the java benchmarks, which is the same as to build
39 $ sudo apt-get install python-dev
40 $ sudo apt-get install python3-dev
42 And you also need to make sure `pkg-config` is installed.
47 toolchain and the Go protoc-gen-go plugin for protoc.
49 To install protoc-gen-go, run:
52 $ go get -u github.com/golang/protobuf/protoc-gen-go
56 The first command installs `protoc-gen-go` into the `bin` directory in your local `GOPATH`.
59 ### PHP subsection
60 PHP benchmark's requirement is the same as PHP protobuf's requirements. The benchmark will automati…
61 include PHP protobuf's src and build the c extension if required.
90 First build the Java binary in the usual way with Maven:
124 $ make python-pure-python
130 $ make python-cpp-reflection
136 $ make python-cpp-generated-code
145 ### PHP subsection
146 We have two version of php protobuf implementation: pure php, php with c extension. To run these ve…
147 #### Pure PHP argument
149 $ make php
151 #### PHP with c extension argument
166 $ make java-benchmark
167 $ ./java-benchmark $(specific generated dataset file name) [$(caliper options)]
173 $ make cpp-benchmark
174 $ ./cpp-benchmark $(specific generated dataset file name) [$(benchmark options)]
179 For Python benchmark we have `--json` for outputting the json result
184 $ make python-pure-python-benchmark
185 $ ./python-pure-python-benchmark [--json] $(specific generated dataset file name)
191 $ make python-cpp-reflection-benchmark
192 $ ./python-cpp-reflection-benchmark [--json] $(specific generated dataset file name)
198 $ make python-cpp-generated-code-benchmark
199 $ ./python-cpp-generated-code-benchmark [--json] $(specific generated dataset file name)
204 $ make go-benchmark
205 $ ./go-benchmark $(specific generated dataset file name) [go testing options]
208 ### PHP subsection
209 #### Pure PHP argument
211 $ make php-benchmark
212 $ ./php-benchmark $(specific generated dataset file name)
214 #### PHP with c extension argument
216 $ make php-c-benchmark
217 $ ./php-c-benchmark $(specific generated dataset file name)
222 $ make js-benchmark
223 $ ./js-benchmark $(specific generated dataset file name)
230 $ dotnet run -c Release