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
75523ec0
Commit
75523ec0
authored
Dec 14, 2017
by
Yilun Chong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bugs
parent
34843edd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
.gitmodules
.gitmodules
+0
-1
Makefile.am
benchmarks/Makefile.am
+2
-2
pom.xml
benchmarks/java/pom.xml
+2
-2
protobuf-3.5.0.post1-py2.7.egg
python/dist/protobuf-3.5.0.post1-py2.7.egg
+0
-0
No files found.
.gitmodules
View file @
75523ec0
[submodule "third_party/benchmark"]
[submodule "third_party/benchmark"]
path = third_party/benchmark
path = third_party/benchmark
url = https://github.com/google/benchmark.git
url = https://github.com/google/benchmark.git
benchmarks/Makefile.am
View file @
75523ec0
...
@@ -125,8 +125,8 @@ cpp: protoc_middleman protoc_middleman2 cpp-benchmark
...
@@ -125,8 +125,8 @@ cpp: protoc_middleman protoc_middleman2 cpp-benchmark
############# JAVA RULES ##############
############# JAVA RULES ##############
java_benchmark_testing_files
=
java_benchmark_testing_files
=
java/src/main/java/com/google/proto
colbuffers
/ProtoBench.java
\
java/src/main/java/com/google/proto
buf
/ProtoBench.java
\
java/src/main/java/com/google/proto
colbuffers
/ProtoBenchCaliper.java
java/src/main/java/com/google/proto
buf
/ProtoBenchCaliper.java
javac_middleman
:
$(java_benchmark_testing_files) protoc_middleman protoc_middleman2
javac_middleman
:
$(java_benchmark_testing_files) protoc_middleman protoc_middleman2
cp
-r
java tmp
&&
cd
tmp/java
&&
mvn clean compile assembly:single
cp
-r
java tmp
&&
cd
tmp/java
&&
mvn clean compile assembly:single
...
...
benchmarks/java/pom.xml
View file @
75523ec0
...
@@ -91,4 +91,5 @@
...
@@ -91,4 +91,5 @@
</plugins>
</plugins>
</pluginManagement>
</pluginManagement>
</build>
</build>
</project>
</project>
\ No newline at end of file
python/dist/protobuf-3.5.0.post1-py2.7.egg
0 → 100755
View file @
75523ec0
File added
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