diff options
author | ZhouyihaiDing <ddyihai@google.com> | 2017-09-12 11:45:03 -0700 |
---|---|---|
committer | ZhouyihaiDing <ddyihai@google.com> | 2017-09-12 11:45:03 -0700 |
commit | 3c77ee8ad1e1c864c86d51126d9a74a62899133e (patch) | |
tree | 0df7b516e15c31681b730cb4b5f6f12e118d65e3 /tools | |
parent | 644676fb12f756a7efa34c27dd42809da8cbf311 (diff) |
dir bug
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/performance/run_worker_php.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/run_tests/performance/run_worker_php.sh b/tools/run_tests/performance/run_worker_php.sh index ba26f38a77..1da74cd0db 100755 --- a/tools/run_tests/performance/run_worker_php.sh +++ b/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 $@ |