aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
diff options
context:
space:
mode:
authorGravatar Zhouyihai Ding <ddyihai@google.com>2017-10-02 16:17:22 -0700
committerGravatar GitHub <noreply@github.com>2017-10-02 16:17:22 -0700
commitf9a39ac7e227cc44091984631ec2e923c152f969 (patch)
tree66302f26723b840f980c5e3d7be74d14474995fe /tools/jenkins
parent520e4689988e5be1dfe62cb788b3e038f06d21fd (diff)
parent5fef3e3fd56e0b978cf1df99d326251601b2a42b (diff)
Merge pull request #12718 from ZhouyihaiDing/c_ext_php
PHP benchmark: add running php with protobuf C-extension
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-xtools/jenkins/run_full_performance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/run_full_performance.sh b/tools/jenkins/run_full_performance.sh
index a9661c7e26..9598fd7734 100755
--- a/tools/jenkins/run_full_performance.sh
+++ b/tools/jenkins/run_full_performance.sh
@@ -21,7 +21,7 @@ cd $(dirname $0)/../..
# run 8core client vs 8core server
tools/run_tests/run_performance_tests.py \
- -l c++ csharp node ruby java python go node_express php \
+ -l c++ csharp node ruby java python go node_express php_protobuf_php php_protobuf_c \
--netperf \
--category scalable \
--bq_result_table performance_test.performance_experiment \