diff --git a/README.md b/README.md index ca0fffa..19b57ac 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,6 @@ Web API: ### Guides * [Deploy and upgrade with Helm](docs/1-deploy.md) -* [Horizontal Pod Auto-scaling with Prometheus](docs/2-autoscaling.md) +* [Horizontal Pod Auto-scaling](docs/2-autoscaling.md) * [Monitoring and alerting with Prometheus](docs/3-monitoring.md) diff --git a/docs/2-autoscaling.md b/docs/2-autoscaling.md index 1b07e20..0aa6295 100644 --- a/docs/2-autoscaling.md +++ b/docs/2-autoscaling.md @@ -57,8 +57,8 @@ Run load test: #install hey go get -u github.com/rakyll/hey -#do 1K requests rate limited at 20 QPS -hey -n 1000 -q 10 -c 2 -m POST -d "testing" http://:30098/backend +#do 10K requests rate limited at 100 QPS +hey -n 1000 -q 10 -c 10 -m POST -d "testing" http://:30098/backend ``` Delete the releases: