From cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 27 Aug 2023 11:31:45 +0200 Subject: make test/perf -> make flame_graphs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40db76a..380ef74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: # sudo is used to resolve kernel symbols. Plus, it would be required # if we didn't fix perf_event_paranoid. PATH needs to be preserved # for FlameGraph. - sudo --preserve-env=PATH make test/perf + sudo --preserve-env=PATH make flame_graphs mkdir -p /tmp/out/ cp -r ./build/flame_graphs/ /tmp/out/ - name: Upload flame graphs -- cgit v1.2.3