From 3d9e637f6e09951b86409fe37a71453806f52377 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 17 Jul 2023 13:39:22 +0000 Subject: [PATCH] rename performance.git to statistics.git --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15244cb24..25ffbc0f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -209,7 +209,7 @@ grid_performance: - make -j2 all install - export PATH=${PWD}/bin:${PATH} - cd $(mktemp -d) - - git clone -q git@git.damask.mpie.de:damask/performance.git . + - git clone -q git@git.damask.mpie.de:damask/statistics.git . - ./measure_performance.py --input_dir ${CI_PROJECT_DIR}/examples/grid --tag ${CI_COMMIT_SHA} - > if [ ${CI_COMMIT_BRANCH} == development ]; then @@ -222,7 +222,7 @@ update_plots: stage: statistics script: - cd $(mktemp -d) - - git clone -q git@git.damask.mpie.de:damask/performance.git . + - git clone -q git@git.damask.mpie.de:damask/statistics.git . - ./plot_commithistory.py --color green -n 5 -N 100 - ./plot_commithistory.py --color green -n 5 -N 1000 - ./plot_commithistory.py --color green -n 5 -N 10000