Skip to content

Commit

Permalink
chore(ci): fix download benchmark result (#14633)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Feb 6, 2024
1 parent 585584c commit a9b8926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reuse.benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
run: |
for result in benchmark/clickbench/results/*.json; do
dataset=$(echo $result | sed -E 's/.*result-(\w+)-.*\.json/\1/')
mkdir -p benchmark/clickbench/results/${dataset}/
mv $result benchmark/clickbench/results/${dataset}/$(basename $result)
done
echo "REPORT_S3_PREFIX=s3://benchmark/clickbench/pr/${{ inputs.source_id }}/${{ inputs.run_id }}" >> $GITHUB_ENV
Expand Down

0 comments on commit a9b8926

Please sign in to comment.