diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03af5822..bfbba031 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,9 +86,9 @@ benchmark: testing/tests/benchmarks/conftest.py testing/tests/conftest.py testing/check-pysqlcipher.py - - git checkout leap/benchmark-all-commits tune-adbapi-parameters.sh + - git checkout leap/benchmark-all-commits scripts/benchmark/tune-adbapi-parameters.sh # ensure larger timeout and more retries for async/concurrent sqlcipher access - - ./tune-adbapi-parameters.sh + - ./scripts/benchmark/tune-adbapi-parameters.sh - git status - git show -s --pretty=fuller - cd testing |