From 847345444ea1873b8dabab382febec1fc2962cd5 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 13 Feb 2024 10:07:57 +0200 Subject: [PATCH] Use explicit perf command --- .github/workflows/bench.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 8c9a8277be..207578ddb7 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -66,7 +66,7 @@ jobs: - name: Perf transfer benchmark run: | nice -n -20 taskset -c 0 \ - cargo +$TOOLCHAIN flamegraph -v -F 997 --features bench --bench transfer -- \ + cargo +$TOOLCHAIN flamegraph -v -c "record -o perf.data -F997 --call-graph dwarf,16384 -g" --features bench --bench transfer -- \ --bench --exact "Run multiple transfers with varying seeds" # Re-enable turboboost, hyperthreading and use powersave governor.