Update README.md

This commit is contained in:
David Lick
2020-09-23 15:10:01 -04:00
committed by GitHub
parent b22c16d641
commit 1cba4fe7a9
+3 -1
View File
@@ -18,7 +18,9 @@ PercFailedResponses = NumberRequestsOverLimit / Limit
## Spec
- `GET http://localhost:8080/data`
- A basic response will be returned. The response time will be random between 0ms-500ms.
- A basic response body and 200 OK will be returned. The response time will be random under 1 second.
- `POST http://localhost:8080/click`
- Will return 204 No Content. The response time will be random under 100 milliseconds.
- `POST http://localhost:8080/limit`
- Change the limit for allowed concurrent requests. The default is 10.