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
d69fd037
Commit
d69fd037
authored
6 years ago
by
Yilun Chong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix python benchmark build
parent
98e09723
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 @
d69fd037
...
@@ -181,8 +181,8 @@ nodist_libbenchmark_messages_la_SOURCES = \
...
@@ -181,8 +181,8 @@ nodist_libbenchmark_messages_la_SOURCES = \
python-pure-python-benchmark
:
python_add_init
python-pure-python-benchmark
:
python_add_init
@
echo
"Writing shortcut script python-pure-python-benchmark..."
@
echo
"Writing shortcut script python-pure-python-benchmark..."
@
echo
'#! /bin/bash'
>
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
LD_LIBRARY_PATH
=
$(top_srcdir)
/src/
.libs
>>
python-pure-python-benchmark
@
echo export
DYLD_LIBRARY_PATH
=
$(top_srcdir)
/src/
libprotobuf.la
>>
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 export
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
=
\'
python
\'
>>
python-pure-python-benchmark
@
echo cp
$(srcdir)
/python/py_benchmark.py tmp
>>
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
@
echo
python tmp/py_benchmark.py
'$$@'
>>
python-pure-python-benchmark
...
@@ -191,8 +191,8 @@ python-pure-python-benchmark: python_add_init
...
@@ -191,8 +191,8 @@ python-pure-python-benchmark: python_add_init
python-cpp-reflection-benchmark
:
python_add_init
python-cpp-reflection-benchmark
:
python_add_init
@
echo
"Writing shortcut script python-cpp-reflection-benchmark..."
@
echo
"Writing shortcut script python-cpp-reflection-benchmark..."
@
echo
'#! /bin/bash'
>
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
LD_LIBRARY_PATH
=
$(top_srcdir)
/src/
.libs
>>
python-cpp-reflection-benchmark
@
echo export
DYLD_LIBRARY_PATH
=
$(top_srcdir)
/src/
libprotobuf.la
>>
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 export
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
=
\'
cpp
\'
>>
python-cpp-reflection-benchmark
@
echo cp
$(srcdir)
/python/py_benchmark.py tmp
>>
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
@
echo
python tmp/py_benchmark.py
'$$@'
>>
python-cpp-reflection-benchmark
...
@@ -201,8 +201,8 @@ python-cpp-reflection-benchmark: python_add_init
...
@@ -201,8 +201,8 @@ python-cpp-reflection-benchmark: python_add_init
python-cpp-generated-code-benchmark
:
python_add_init libbenchmark_messages.la
python-cpp-generated-code-benchmark
:
python_add_init libbenchmark_messages.la
@
echo
"Writing shortcut script python-cpp-generated-code-benchmark..."
@
echo
"Writing shortcut script python-cpp-generated-code-benchmark..."
@
echo
'#! /bin/bash'
>
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
LD_LIBRARY_PATH
=
$(top_srcdir)
/src/
.libs
>>
python-cpp-generated-code-benchmark
@
echo export
DYLD_LIBRARY_PATH
=
$(top_srcdir)
/src/
libprotobuf.la
>>
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 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 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
@
echo
python tmp/py_benchmark.py
--cpp_generated
'$$@'
>>
python-cpp-generated-code-benchmark
...
...
This diff is collapsed.
Click to expand it.
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