From 5637093f4476794e57a816ad92eed40a9bb53e49 Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Tue, 13 Oct 2020 20:24:57 -0700 Subject: [PATCH] Add Serve load testing tool to long running test yaml (#11386) --- ci/long_running_tests/ray-project/cluster.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/long_running_tests/ray-project/cluster.yaml b/ci/long_running_tests/ray-project/cluster.yaml index b0be09aaa..2687780d4 100644 --- a/ci/long_running_tests/ray-project/cluster.yaml +++ b/ci/long_running_tests/ray-project/cluster.yaml @@ -40,6 +40,8 @@ setup_commands: - source activate tensorflow_p36 && pip install -U tensorflow==1.14 - echo set-window-option -g mouse on > ~/.tmux.conf - echo 'termcapinfo xterm* ti@:te@' > ~/.screenrc + # Serve load testing tool + - 'rm -r wrk || true && git clone https://github.com/wg/wrk.git wrk && cd wrk && make -j && sudo cp wrk /usr/local/bin' # Uncomment the following if you wish to build Ray instead. # - sudo apt-get update