mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
[CI] Fix benchmarks
Too bad we don't have a --dry-run in PRs :(
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user