diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-27 11:31:45 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-27 11:32:58 +0200 |
commit | cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3 (patch) | |
tree | aec2ae786f9e9df1cddbe5369054a6a58b5e1c73 /.github/workflows | |
parent | add DEVELOPMENT.md (diff) | |
download | cimple-cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3.tar.gz cimple-cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3.zip |
make test/perf -> make flame_graphs
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |