diff options
author | Vijay Pai <vpai@google.com> | 2017-09-21 12:24:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-21 12:24:33 -0700 |
commit | 3121da1f5fe3c1f93fba1cd4a83c7e537852a90d (patch) | |
tree | 3a64340c16967ad8760df75c895a5cab117a6be7 /tools/gce | |
parent | 22410e0d99cb6b5c7d53614608d4374e82850f48 (diff) |
Revert "Add automated PHP-to-C++ performance testing"
Diffstat (limited to 'tools/gce')
-rwxr-xr-x | tools/gce/linux_performance_worker_init.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/gce/linux_performance_worker_init.sh b/tools/gce/linux_performance_worker_init.sh index 88d8de7402..8f0a0f65c3 100755 --- a/tools/gce/linux_performance_worker_init.sh +++ b/tools/gce/linux_performance_worker_init.sh @@ -128,11 +128,6 @@ 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 |