Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
BSBandme committed Dec 14, 2017
1 parent 34843ed commit 75523ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "third_party/benchmark"]
path = third_party/benchmark
url = https://github.com/google/benchmark.git

4 changes: 2 additions & 2 deletions benchmarks/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ cpp: protoc_middleman protoc_middleman2 cpp-benchmark
############# JAVA RULES ##############

java_benchmark_testing_files =
java/src/main/java/com/google/protocolbuffers/ProtoBench.java \
java/src/main/java/com/google/protocolbuffers/ProtoBenchCaliper.java
java/src/main/java/com/google/protobuf/ProtoBench.java \
java/src/main/java/com/google/protobuf/ProtoBenchCaliper.java

javac_middleman: $(java_benchmark_testing_files) protoc_middleman protoc_middleman2
cp -r java tmp && cd tmp/java && mvn clean compile assembly:single
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>

Binary file added python/dist/protobuf-3.5.0.post1-py2.7.egg
Binary file not shown.

0 comments on commit 75523ec

Please sign in to comment.