ci: produce flamegraphs during benchmark run

This commit is contained in:
Edward Thomson
2025-01-10 21:47:45 +00:00
parent 89f0dab789
commit 99ab224882

View File

@@ -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