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
d39a73f2
Unverified
Commit
d39a73f2
authored
May 22, 2018
by
Yilun Chong
Committed by
GitHub
May 22, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4660 from BSBandme/fix_kokoro_benchmark_build
Fix python benchmark build
parents
e2c21e51
d69fd037
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Makefile.am
benchmarks/Makefile.am
+6
-6
No files found.
benchmarks/Makefile.am
View file @
d39a73f2
...
...
@@ -181,8 +181,8 @@ nodist_libbenchmark_messages_la_SOURCES = \
python-pure-python-benchmark
:
python_add_init
@
echo
"Writing shortcut script python-pure-python-benchmark..."
@
echo
'#! /bin/bash'
>
python-pure-python-benchmark
@
echo export
LD_LIBRARY_PATH
=
$(top_srcdir)
/src/
libprotobuf.la
>>
python-pure-python-benchmark
@
echo export
DYLD_LIBRARY_PATH
=
$(top_srcdir)
/src/
libprotobuf.la
>>
python-pure-python-benchmark
@
echo export
LD_LIBRARY_PATH
=
$(top_srcdir)
/src/
.libs
>>
python-pure-python-benchmark
@
echo export
DYLD_LIBRARY_PATH
=
$(top_srcdir)
/src/
.libs
>>
python-pure-python-benchmark
@
echo export
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
=
\'
python
\'
>>
python-pure-python-benchmark
@
echo cp
$(srcdir)
/python/py_benchmark.py tmp
>>
python-pure-python-benchmark
@
echo
python tmp/py_benchmark.py
'$$@'
>>
python-pure-python-benchmark
...
...
@@ -191,8 +191,8 @@ python-pure-python-benchmark: python_add_init
python-cpp-reflection-benchmark
:
python_add_init
@
echo
"Writing shortcut script python-cpp-reflection-benchmark..."
@
echo
'#! /bin/bash'
>
python-cpp-reflection-benchmark
@
echo export
LD_LIBRARY_PATH
=
$(top_srcdir)
/src/
libprotobuf.la
>>
python-cpp-reflection-benchmark
@
echo export
DYLD_LIBRARY_PATH
=
$(top_srcdir)
/src/
libprotobuf.la
>>
python-cpp-reflection-benchmark
@
echo export
LD_LIBRARY_PATH
=
$(top_srcdir)
/src/
.libs
>>
python-cpp-reflection-benchmark
@
echo export
DYLD_LIBRARY_PATH
=
$(top_srcdir)
/src/
.libs
>>
python-cpp-reflection-benchmark
@
echo export
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
=
\'
cpp
\'
>>
python-cpp-reflection-benchmark
@
echo cp
$(srcdir)
/python/py_benchmark.py tmp
>>
python-cpp-reflection-benchmark
@
echo
python tmp/py_benchmark.py
'$$@'
>>
python-cpp-reflection-benchmark
...
...
@@ -201,8 +201,8 @@ python-cpp-reflection-benchmark: python_add_init
python-cpp-generated-code-benchmark
:
python_add_init libbenchmark_messages.la
@
echo
"Writing shortcut script python-cpp-generated-code-benchmark..."
@
echo
'#! /bin/bash'
>
python-cpp-generated-code-benchmark
@
echo export
LD_LIBRARY_PATH
=
$(top_srcdir)
/src/
libprotobuf.la
>>
python-cpp-generated-code-benchmark
@
echo export
DYLD_LIBRARY_PATH
=
$(top_srcdir)
/src/
libprotobuf.la
>>
python-cpp-generated-code-benchmark
@
echo export
LD_LIBRARY_PATH
=
$(top_srcdir)
/src/
.libs
>>
python-cpp-generated-code-benchmark
@
echo export
DYLD_LIBRARY_PATH
=
$(top_srcdir)
/src/
.libs
>>
python-cpp-generated-code-benchmark
@
echo export
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
=
\'
cpp
\'
>>
python-cpp-generated-code-benchmark
@
echo cp
$(srcdir)
/python/py_benchmark.py tmp
>>
python-cpp-generated-code-benchmark
@
echo
python tmp/py_benchmark.py
--cpp_generated
'$$@'
>>
python-cpp-generated-code-benchmark
...
...
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