Skip to content

Commit 91450ca

Browse files
change redisbench-admin to async branch
1 parent 69c8217 commit 91450ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ commands:
331331
shell: /bin/bash -l -eo pipefail
332332
command: |
333333
./deps/readies/bin/getpy3
334-
git clone -b feature/callback git@github.com:RedisLabsModules/redisbench-admin.git --depth=1
334+
git clone -b feature/async-run git@github.com:RedisLabsModules/redisbench-admin.git --depth=1
335335
cd redisbench-admin
336336
curl -sSL https://install.python-poetry.org | python3 -
337337
export PATH="/root/.local/bin:$PATH"
@@ -359,7 +359,7 @@ commands:
359359
export PROFILE=<< parameters.profile_env >>
360360
export BENCHMARK_GLOB=<< parameters.benchmark_glob >>
361361
export PERF_CALLGRAPH_MODE="dwarf"
362-
redisbench-admin run-remote \
362+
redisbench-admin run-async \
363363
--required-module ReJSON \
364364
--module_path "$ROOT/<< parameters.module_path >>" \
365365
--github_actor "<< parameters.github_actor >>" \

0 commit comments

Comments
 (0)