File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
devops/actions/run-tests/benchmark Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ runs:
208208 --preset "$PRESET" \
209209 --timestamp-override "$SAVE_TIMESTAMP" \
210210 --detect-version sycl,compute_runtime \
211- ${{ inputs.enable_unitrace == 'true' && '--unitrace' || '' }}
211+ ${{ inputs.enable_unitrace == 'true' && '--unitrace --flamegraph inclusive ' || '' }}
212212
213213 echo "-----"
214214 python3 ./devops/scripts/benchmarks/compare.py to_hist \
@@ -231,6 +231,14 @@ runs:
231231 run : |
232232 [ -f "github_summary.md" ] && cat github_summary.md >> $GITHUB_STEP_SUMMARY
233233
234+ echo ""
235+ echo ""
236+ echo ""
237+ find .
238+ echo ""
239+ echo ""
240+ echo ""
241+
234242 cd "./llvm-ci-perf-results"
235243 git add .
236244 git diff HEAD --name-only | while IFS="$(printf '\n')" read -r diff; do
You can’t perform that action at this time.
0 commit comments