Skip to content

Commit 36d75c9

Browse files
committed
cleanup
1 parent bc3363a commit 36d75c9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/performance2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ define generate_locust_config
3939
@printf "$(YELLOW)Setting up $(2) configuration...$(NC)\n"
4040
@echo "# Locust configuration file - $(5)" > $(LOCUST_CONFIG_FILE)$(1); \
4141
echo "[locust]" >> $(LOCUST_CONFIG_FILE)$(1); \
42-
echo "locustfile = deployment_max_rps_test.py" >> $(LOCUST_CONFIG_FILE)$(1); \
42+
echo "locustfile = ./locustfiles" >> $(LOCUST_CONFIG_FILE)$(1); \
4343
echo "headless = true" >> $(LOCUST_CONFIG_FILE)$(1); \
4444
if [ -f $(LOCUST_CONFIG_FILE) ]; then \
4545
echo "host = $$(grep "host = " $(LOCUST_CONFIG_FILE) | cut -d= -f2 | xargs)" >> $(LOCUST_CONFIG_FILE)$(1); \

0 commit comments

Comments
 (0)