pull/10126/head
ZhouyihaiDing 7 years ago
parent 644676fb12
commit 3c77ee8ad1
  1. 6
      tools/run_tests/performance/run_worker_php.sh

@ -36,10 +36,8 @@ repo=$(dirname $0)/../../..
# First set up all dependences needed for PHP QPS test
cd $repo
cd src/php/tests/qps
curl -sS https://getcomposer.org/installer | php
php composer.phar install
composer install
# The proxy worker for PHP is implemented in Ruby
cd $repo
cd ../../../..
ruby src/ruby/qps/proxy-worker.rb $@

Loading…
Cancel
Save