travis: install wrk
This commit is contained in:
parent
37ea485bc0
commit
7bc6e79da3
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ node_js:
|
|||
- 2
|
||||
- 1
|
||||
- 0.12
|
||||
sudo: false
|
||||
before_script:
|
||||
- sudo apt-get install build-essential libssl-dev git
|
||||
- git clone https://github.com/wg/wrk.git
|
||||
- cd wrk && make && sudo cp wrk /usr/local/bin && cd ..
|
||||
script:
|
||||
- make test-travis
|
||||
- make bench
|
||||
|
|
Loading…
Reference in a new issue