File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ commands:
331
331
shell : /bin/bash -l -eo pipefail
332
332
command : |
333
333
./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
335
335
cd redisbench-admin
336
336
curl -sSL https://install.python-poetry.org | python3 -
337
337
export PATH="/root/.local/bin:$PATH"
@@ -359,7 +359,7 @@ commands:
359
359
export PROFILE=<< parameters.profile_env >>
360
360
export BENCHMARK_GLOB=<< parameters.benchmark_glob >>
361
361
export PERF_CALLGRAPH_MODE="dwarf"
362
- redisbench-admin run-remote \
362
+ redisbench-admin run-async \
363
363
--required-module ReJSON \
364
364
--module_path "$ROOT/<< parameters.module_path >>" \
365
365
--github_actor "<< parameters.github_actor >>" \
You can’t perform that action at this time.
0 commit comments