Skip to content

Commit

Permalink
Adjust paths in workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsocolobsky committed Dec 4, 2024
1 parent 0dd0e05 commit 71b2c5d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/flamegraph_reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,11 @@ jobs:
- name: Generate SVG
shell: bash
run: |
echo "running perf"
perf script -v -i perf.data --no-inline > stack.data
pwd
echo "running perf 2"
ls -las /home/runner/work/ethrex/
ls -las /home/runner/work/ethrex/ethrex/
perf script -v -i /home/runner/work/ethrex/ethrex/reth/perf.data --no-inline > stack.data
inferno-collapse-perf < stack.data > collapsed.data
inferno-flamegraph < collapsed.data > flamegraph_reth.svg
file flamegraph_reth.svg
Expand Down

0 comments on commit 71b2c5d

Please sign in to comment.