Add Serve load testing tool to long running test yaml (#11386)

This commit is contained in:
Simon Mo 2020-10-13 20:24:57 -07:00 committed by GitHub
parent 866193b01c
commit 5637093f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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