From 0a8c67263058d8040668e8bb2e0ac1f3deedc752 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Mon, 6 Dec 2021 13:52:28 +0300 Subject: [PATCH] [CI] Fix benchmarks Too bad we don't have a --dry-run in PRs :( --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 664db960dd..63816eee56 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -336,9 +336,9 @@ jobs: if << parameters.save_perf_report >>; then if [[ $CIRCLE_BRANCH == "main" ]]; then # TODO: reuse scripts/git-upload - export REPORT_FROM="$(PERF_REPORT_DIR)" + export REPORT_FROM="$PERF_REPORT_DIR" export REPORT_TO=local - ../scripts/generate_and_push_perf_report.sh + scripts/generate_and_push_perf_report.sh fi fi - run: