Skip to content

Commit 9d562fa

Browse files
committed
chore(Makefile): Update BENCH_SCRIPT path in Makefile
1 parent ac51d4b commit 9d562fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENVFILE_PATH := ./.devcontainer/dev.env
3030
SCRIPTS_DIR := ./scripts
3131
DEPS_SCRIPT := $(SCRIPTS_DIR)/start_local_deps.sh
3232
DEPS_HEALTH_SCRIPT := $(SCRIPTS_DIR)/check_services.sh
33-
BENCH_SCRIPT := $(SCRIPTS_DIR)/run_benchmarks.sh
33+
BENCH_SCRIPT := $(SCRIPTS_DIR)/benchmark.sh
3434

3535
# Commands
3636
GO := go

0 commit comments

Comments
 (0)