We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4daf4a commit 1f9a4faCopy full SHA for 1f9a4fa
.github/workflows/_ascend_npu_benchmark.yml
@@ -120,6 +120,10 @@ jobs:
120
- name: Generate statistics report
121
id: report
122
run: |
123
+ set -x
124
+ realpath benchmark/ascend_npu_benchmark.json
125
+ ls benchmark
126
+ cat benchmark/ascend_npu_benchmark.json
127
output_path=$(realpath benchmark/ascend_npu_benchmark.json)
128
table=$(python .ci/benchmark.py ${output_path})
129
echo "table=${table}" >> $GITHUB_OUTPUT
0 commit comments