aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux
diff options
context:
space:
mode:
authorYilun Chong <yilunchong@google.com>2018-07-18 13:45:32 -0700
committerYilun Chong <yilunchong@google.com>2018-07-18 13:45:32 -0700
commit3783a4ca176fa915da1b9dbb577ce9fd5e69bbb4 (patch)
tree14e4fdd17aa05791b1157c1ca633c7a47a9a1c6c /kokoro/linux
parentd2980062c859649523d5fd51d6b55ab310e47482 (diff)
downloadprotobuf-3783a4ca176fa915da1b9dbb577ce9fd5e69bbb4.tar.gz
protobuf-3783a4ca176fa915da1b9dbb577ce9fd5e69bbb4.tar.bz2
protobuf-3783a4ca176fa915da1b9dbb577ce9fd5e69bbb4.zip
Sync internal benchmark changes
Diffstat (limited to 'kokoro/linux')
-rwxr-xr-xkokoro/linux/benchmark/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/linux/benchmark/build.sh b/kokoro/linux/benchmark/build.sh
index af5b299e..3463ba9b 100755
--- a/kokoro/linux/benchmark/build.sh
+++ b/kokoro/linux/benchmark/build.sh
@@ -86,7 +86,7 @@ echo "benchmarking java..."
# upload result to bq
make python_add_init
-env LD_LIBRARY_PATH="$oldpwd/src/.libs" python util/run_and_upload.py -cpp="../tmp/cpp_result.json" -java="../tmp/java_result.json" \
+env LD_LIBRARY_PATH="$oldpwd/src/.libs" python -m util.result_uploader -cpp="../tmp/cpp_result.json" -java="../tmp/java_result.json" \
-python="../tmp/python_result.json" -go="../tmp/go_result.txt"
cd $oldpwd