Skip to content

Commit c69d80e

Browse files
committed
no verbose
1 parent a79e2f5 commit c69d80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reth-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
run: |
427427
cargo install inferno
428428
429-
perf script -v -i perf.data | inferno-collapse-perf > stacks.folded
429+
perf script -i perf.data | inferno-collapse-perf > stacks.folded
430430
cat stacks.folded | inferno-flamegraph > flamegraph.svg
431431
cat stacks.folded | inferno-flamegraph --reverse --inverted > flamegraph-reverse.svg
432432

0 commit comments

Comments
 (0)