summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-07-05 16:26:49 -0300
committerKali Kaneko <kali@leap.se>2017-07-07 21:25:22 +0200
commit7502bf9928780648b8c1f79ab24eb53e3f1d620d (patch)
tree5f267e87e408f7a3177bcbf3f4b7a0a601b1379b /.gitlab-ci.yml
parentcc499a407fe41c635e2317021acce05ae957ab3a (diff)
[benchmarks] move adbapi tuning script to benchmark scripts folder
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
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