Skip to content

Commit

Permalink
Merge pull request #10327 from everpcpc/fix-genreport
Browse files Browse the repository at this point in the history
chore(ci): fix download release benchmark report
  • Loading branch information
everpcpc authored Mar 3, 2023
2 parents c5e8b7d + ceff1f9 commit 09468d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trusted-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Generate report
working-directory: benchmark/clickbench
run: |
aws s3 sync "${{ env.BENCHMARK_S3_PREFIX }}/release/${{ matrix.dataset }}/$(date -u +%Y)/$(date -u +%m)/" ./results/
aws s3 sync "${{ env.BENCHMARK_S3_PREFIX }}/release/${{ matrix.dataset }}/$(date -u +%Y)/$(date -u +%m)/" ./results/${{ matrix.dataset }}/
./update-results.sh ${{ matrix.dataset }}
- name: Upload PR clickbench report to repo.databend.rs
working-directory: benchmark/clickbench
Expand Down

1 comment on commit 09468d5

@vercel
Copy link

@vercel vercel bot commented on 09468d5 Mar 3, 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-databend.vercel.app
databend.vercel.app
databend.rs

Please sign in to comment.