Skip to content

Commit 3feb130

Browse files
authored
Fix result file path
1 parent daa8430 commit 3feb130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
cd examples/performance/ && bash run.sh
2626
- name: Show Result
2727
run: |
28-
cat sumall.dat
28+
cat examples/performance/sumall.dat

0 commit comments

Comments
 (0)