aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-09-21 09:01:38 -0700
committerGravatar GitHub <noreply@github.com>2017-09-21 09:01:38 -0700
commit8c2e4191b3262dbf992fa81fc069fd83d834b2e0 (patch)
tree0e90227ef1a44aca8bedab1357974b47dd970365 /tools/gce
parent06f5e05466c3fbc19191b150616a1017cdc44214 (diff)
parentd5e390b509221ef1574b6b02d91155efd459c30b (diff)
Merge pull request #10126 from vjpai/phpqps_auto
Add automated PHP-to-C++ performance testing
Diffstat (limited to 'tools/gce')
-rwxr-xr-xtools/gce/linux_performance_worker_init.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/gce/linux_performance_worker_init.sh b/tools/gce/linux_performance_worker_init.sh
index 8f0a0f65c3..88d8de7402 100755
--- a/tools/gce/linux_performance_worker_init.sh
+++ b/tools/gce/linux_performance_worker_init.sh
@@ -128,6 +128,11 @@ ruby -v
# Install bundler (prerequisite for gRPC Ruby)
gem install bundler
+# PHP dependencies
+sudo apt-get install -y php php-dev phpunit php-pear unzip zlib1g-dev
+curl -sS https://getcomposer.org/installer | php
+sudo mv composer.phar /usr/local/bin/composer
+
# Java dependencies - nothing as we already have Java JDK 8
# Go dependencies