aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-27 11:31:45 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-27 11:32:58 +0200
commitcebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3 (patch)
treeaec2ae786f9e9df1cddbe5369054a6a58b5e1c73 /.github
parentadd DEVELOPMENT.md (diff)
downloadcimple-cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3.tar.gz
cimple-cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3.zip
make test/perf -> make flame_graphs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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