From 99ab224882a8378ca5d0dae6aa34f514e1bccb69 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 10 Jan 2025 21:47:45 +0000 Subject: [PATCH] ci: produce flamegraphs during benchmark run --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3685461ad..75305f046 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -109,7 +109,7 @@ jobs: ../source/tests/benchmarks/benchmark.sh \ ${SUITE_FLAG} ${DEBUG_FLAG} \ --baseline-cli "git" --cli "${GIT2_CLI}" --name libgit2 \ - --json benchmarks.json --zip benchmarks.zip + --json benchmarks.json --flamegraph --zip benchmarks.zip shell: bash - name: Upload results uses: actions/upload-artifact@v4