Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
6d087c25
Commit
6d087c25
authored
Dec 05, 2019
by
summerCol
Committed by
Adam Cozzette
Dec 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos in benchmarks/README.md
parent
4447fcc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
benchmarks/README.md
+3
-3
No files found.
benchmarks/README.md
View file @
6d087c25
...
...
@@ -16,7 +16,7 @@ build your language's protobuf, then:
You need to install
[
cmake
](
https://cmake.org/
)
before building the benchmark.
We are using
[
google/benchmark
](
https://github.com/google/benchmark
)
as the
benchmark tool for testing cpp. This will be automaticly made during build the
benchmark tool for testing cpp. This will be automatic
al
ly made during build the
cpp benchmark.
The cpp protobuf performance can be improved by linking with
[
tcmalloc library
](
...
...
@@ -28,7 +28,7 @@ libtcmallc.so library.
We're using maven to build the java benchmarks, which is the same as to build
the Java protobuf. There're no other tools need to install. We're using
[
google/caliper
](
https://github.com/google/caliper
)
as benchmark tool, which
can be automaticly included by maven.
can be automatic
al
ly included by maven.
### Python
We're using python C++ API for testing the generated
...
...
@@ -59,7 +59,7 @@ The first command installs `protoc-gen-go` into the `bin` directory in your loca
The second command adds the
`bin`
directory to your
`PATH`
so that
`protoc`
can locate the plugin later.
### PHP
PHP benchmark's requirement is the same as PHP protobuf's requirements. The benchmark will automaticly
PHP benchmark's requirement is the same as PHP protobuf's requirements. The benchmark will automatic
al
ly
include PHP protobuf's src and build the c extension if required.
### Node.js
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment