Unverified Commit b83b8e3d authored by Yilun Chong's avatar Yilun Chong Committed by GitHub

Merge pull request #4623 from BSBandme/fix_kokoro_benchmark_build

Fix python install, cat java error log for kokoro build
parents 3d9e99b7 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment