forked from globocom/groot
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple load testing engine managed by GROU
License
tuxmonteiro/groot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#!/bin/bash # GROOT ## Requirements ### docker ### docker-compose ### curl ## Build and start all docker-compose up -d --build; sleep 5 while ! curl --connect-timeout 1 http://127.0.0.1:8080 > /dev/null 2> /dev/null; do echo "Waiting 8080/tcp... (press CTRL+C to cancel)"; sleep 5; done
About
A simple load testing engine managed by GROU
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 98.7%
- Other 1.3%