Skip to content

Commit 20f0a58

Browse files
fix(test): clt benchmark host resolve
1 parent 295b208 commit 20f0a58

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
@@ -130,7 +130,7 @@ clt-bench:
130130
# -v $$(pwd)/$(CLT_BENCH_DIR):/benchmark-results \
131131
# benchmark
132132

133-
docker compose -f $(CLT_COMPOSE_FILE) exec -T benchmark bash -c "REDIS_PASSWORD=$$REDIS_PASSWORD REDIS_HOST=node-1 ./tests/clt-bench.sh"
133+
docker compose -f $(CLT_COMPOSE_FILE) benchmark "REDIS_PASSWORD=$$REDIS_PASSWORD REDIS_HOST=node-1 ./tests/clt-bench.sh"
134134

135135
clt-rollback:
136136
chmod +x scripts/clt-rollback.sh

0 commit comments

Comments
 (0)