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
c3566c68
Commit
c3566c68
authored
May 14, 2018
by
Yilun Chong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix python install, cat java error log for kokoro build
parent
7377d81c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
build.sh
kokoro/linux/benchmark/build.sh
+3
-2
No files found.
kokoro/linux/benchmark/build.sh
View file @
c3566c68
...
...
@@ -27,8 +27,8 @@ cd $oldpwd
./configure
CXXFLAGS
=
"-fPIC -O2"
make
-j8
cd
python
python setup.py
-q
build
--cpp_implementation
pip
install
.
python setup.py build
--cpp_implementation
pip
install
.
--user
# build and run Python benchmark
...
...
@@ -78,6 +78,7 @@ echo "benchmarking go..."
make java-benchmark
echo
"benchmarking java..."
./java-benchmark
-Cresults
.file.options.file
=
"tmp/java_result.json"
$datasets
cat
$(
find /tmp
-name
"trail-1.log"
)
# upload result to bq
make python_add_init
...
...
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