Skip to content

Commit

Permalink
Merge pull request #10299 from everpcpc/fix-ci
Browse files Browse the repository at this point in the history
chore(ci): fix update results for release benchmark
  • Loading branch information
everpcpc authored Mar 2, 2023
2 parents 2c35b87 + 0a3db92 commit c2f918c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/trusted-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,9 @@ jobs:
rm -f ./results/result-*
- name: Generate report
working-directory: benchmark/clickbench
env:
BENCHMARK_DATASET: ${{ matrix.dataset }}
run: |
aws s3 sync "${{ env.BENCHMARK_S3_PREFIX }}/release/${{ matrix.dataset }}/$(date -u +%Y)/$(date -u +%m)/" ./results/
./update-results.sh
./update-results.sh ${{ matrix.dataset }}
- name: Upload PR clickbench report to repo.databend.rs
working-directory: benchmark/clickbench
run: |
Expand Down

1 comment on commit c2f918c

@vercel
Copy link

@vercel vercel bot commented on c2f918c Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

databend – ./

databend-git-main-databend.vercel.app
databend.vercel.app
databend.rs
databend-databend.vercel.app

Please sign in to comment.