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 f2320d5 + e927f62 commit ea0e9e4
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 @@ -146,7 +146,7 @@ jobs:
path: benchmark/clickbench/results
- name: Get Report Prefix
run: |
for result in benchmark/clickbench/results/hits/*.json; do
for result in benchmark/clickbench/results/*.json; do
dataset=$(echo $result | sed -E 's/.*result-(.*)-.*\.json/\1/')
mv $result benchmark/clickbench/results/${dataset}/$(basename $result)
done
Expand Down

0 comments on commit ea0e9e4

Please sign in to comment.