Skip to content

Commit

Permalink
Merge branch 'main' into q17
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 authored Feb 6, 2024
2 parents ea0e9e4 + b835192 commit 10f47d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse.benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Get Report Prefix
run: |
for result in benchmark/clickbench/results/*.json; do
dataset=$(echo $result | sed -E 's/.*result-(.*)-.*\.json/\1/')
dataset=$(echo $result | sed -E 's/.*result-(\w+)-.*\.json/\1/')
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 10f47d5

Please sign in to comment.