Skip to content

Commit

Permalink
chore(ci): fix download release benchmark report
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Mar 3, 2023
1 parent c680f60 commit ceff1f9
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

0 comments on commit ceff1f9

Please sign in to comment.