Skip to content

Commit daa8430

Browse files
authored
Fix command for showing result
1 parent 12b0d14 commit daa8430

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-
echo sumall.dat
28+
cat sumall.dat

0 commit comments

Comments
 (0)