We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3363a commit 36d75c9Copy full SHA for 36d75c9
tests/performance2/Makefile
@@ -39,7 +39,7 @@ define generate_locust_config
39
@printf "$(YELLOW)Setting up $(2) configuration...$(NC)\n"
40
@echo "# Locust configuration file - $(5)" > $(LOCUST_CONFIG_FILE)$(1); \
41
echo "[locust]" >> $(LOCUST_CONFIG_FILE)$(1); \
42
- echo "locustfile = deployment_max_rps_test.py" >> $(LOCUST_CONFIG_FILE)$(1); \
+ echo "locustfile = ./locustfiles" >> $(LOCUST_CONFIG_FILE)$(1); \
43
echo "headless = true" >> $(LOCUST_CONFIG_FILE)$(1); \
44
if [ -f $(LOCUST_CONFIG_FILE) ]; then \
45
echo "host = $$(grep "host = " $(LOCUST_CONFIG_FILE) | cut -d= -f2 | xargs)" >> $(LOCUST_CONFIG_FILE)$(1); \
tests/performance2/locustfiles/deployment_max_rps_test.py renamed to tests/performance2/locustfiles/deployment_max_rps_endpoint.py
0 commit comments