mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Add Serve load testing tool to long running test yaml (#11386)
This commit is contained in:
parent
866193b01c
commit
5637093f44
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue