Skip to content

Commit 2738da8

Browse files
committed
added docs
1 parent c8239a3 commit 2738da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/performance2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ clear-locust-config: ## Clear all Locust configuration files
188188
printf "$(YELLOW)No Locust configuration files found.$(NC)\n"; \
189189
fi
190190

191-
grafana-dashboards-up:
191+
grafana-dashboards-up: ## start grafana dashboards for locust
192192
@locust-compose up -d
193-
down grafana-dashboards-down:
193+
down grafana-dashboards-down: ## stop grafana dashboards for locust
194194
@locust-compose down

0 commit comments

Comments
 (0)