From b08e340f6060cdf3c6de94d8180247f01f6a48ec Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Thu, 10 Feb 2022 13:24:15 +0300 Subject: [PATCH] point perf results back from testing to master --- .github/workflows/benchmarking.yml | 4 ++-- scripts/generate_and_push_perf_report.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index dfa11839d4..dd23440afb 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -2,8 +2,8 @@ name: benchmarking on: # uncomment to run on push for debugging your PR - push: - branches: [ dkr/ingest-perf-data ] + # push: + # branches: [ your branch ] schedule: # * is a special character in YAML so you have to quote this string # ┌───────────── minute (0 - 59) diff --git a/scripts/generate_and_push_perf_report.sh b/scripts/generate_and_push_perf_report.sh index 798bb1ff34..69b71488c8 100755 --- a/scripts/generate_and_push_perf_report.sh +++ b/scripts/generate_and_push_perf_report.sh @@ -18,6 +18,6 @@ echo "Uploading perf result to zenith-perf-data" scripts/git-upload \ --repo=https://"$VIP_VAP_ACCESS_TOKEN"@github.com/zenithdb/zenith-perf-data.git \ --message="add performance test result for $GITHUB_SHA zenith revision" \ - --branch=testing `# TODO (PRIOR MERGE) replace back with master`\ + --branch=master \ copy "$REPORT_FROM" "data/$REPORT_TO" `# COPY FROM TO_RELATIVE`\ --run-cmd "python $SCRIPT_DIR/generate_perf_report_page.py --input-dir data/$REPORT_TO --out reports/$REPORT_TO.html"