Skip to content

Commit 1f9a4fa

Browse files
committed
update
1 parent f4daf4a commit 1f9a4fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ jobs:
120120
- name: Generate statistics report
121121
id: report
122122
run: |
123+
set -x
124+
realpath benchmark/ascend_npu_benchmark.json
125+
ls benchmark
126+
cat benchmark/ascend_npu_benchmark.json
123127
output_path=$(realpath benchmark/ascend_npu_benchmark.json)
124128
table=$(python .ci/benchmark.py ${output_path})
125129
echo "table=${table}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)