[CI] Fix benchmarks

Too bad we don't have a --dry-run in PRs :(
This commit is contained in:
Dmitry Ivanov
2021-12-06 13:52:28 +03:00
parent b87ab17d05
commit 0a8c672630

View File

@@ -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: