aboutsummaryrefslogtreecommitdiffhomepage
path: root/kokoro
diff options
context:
space:
mode:
authorGravatar Yilun Chong <yilunchong@google.com>2018-04-13 14:54:58 -0700
committerGravatar Yilun Chong <yilunchong@google.com>2018-04-13 14:54:58 -0700
commit092134593ddf4fa9d20aebbaf7a9ffd81f9a56f8 (patch)
tree49028f6774904ec9dd030db7530554c08796dff4 /kokoro
parent320d56c833f835f40c56bdaf2a375768cdd1b334 (diff)
fix java benchmark, fix dashboard build
Diffstat (limited to 'kokoro')
-rwxr-xr-xkokoro/linux/benchmark/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/kokoro/linux/benchmark/build.sh b/kokoro/linux/benchmark/build.sh
index b289290a..2f7f4f3f 100755
--- a/kokoro/linux/benchmark/build.sh
+++ b/kokoro/linux/benchmark/build.sh
@@ -24,12 +24,13 @@ cd $oldpwd
# build Python protobuf
./autogen.sh
-./configure CXXFLAGS="-fPIC -O2 -fno-semantic-interposition"
+./configure CXXFLAGS="-fPIC -O2"
make -j8
cd python
python setup.py build --cpp_implementation
pip install .
+
# build and run Python benchmark
cd ../benchmarks
make python-pure-python-benchmark