From 7502bf9928780648b8c1f79ab24eb53e3f1d620d Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 5 Jul 2017 16:26:49 -0300 Subject: [benchmarks] move adbapi tuning script to benchmark scripts folder --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3