Skip to content

Commit

Permalink
Update subsystem-benchmarks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Sep 11, 2024
1 parent 2931616 commit 5b0839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/subsystem-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
"statement-distribution-regression-bench"
)
for bench in "${benchmarks[@]}"; do
cp -r "./charts/${bench}.json" ./bench/${bench} || echo "Failed to copy ${bench}"
cp -r "./charts/${bench}" ./bench/${bench} || echo "Failed to copy ${bench}"
done
- name: Generate ${{ env.BENCH }}
Expand Down

0 comments on commit 5b0839c

Please sign in to comment.