mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
tests: load testing into core
This commit is contained in:
parent
04cbebc165
commit
add3b23f66
2 changed files with 7 additions and 8178 deletions
|
@ -44,6 +44,13 @@ jobs:
|
|||
- "docker build -t etherpad:test ."
|
||||
- "docker run -d -p 9001:9001 etherpad:test && sleep 3"
|
||||
- "cd src && npm run test-container"
|
||||
- name: "Load test Etherpad"
|
||||
install:
|
||||
- "bin/installDeps.sh"
|
||||
- "cd src && npm install && cd -"
|
||||
- "npm install --prefix ./etherpad-load-test etherpad-load-test"
|
||||
script:
|
||||
- "tests/frontend/travis/runnerLoadTest.sh"
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
|
8178
src/package-lock.json
generated
8178
src/package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue