ci: produce flamegraphs during benchmark run
authorEdward Thomson <[email protected]>
Fri, 10 Jan 2025 21:47:45 +0000 (10 21:47 +0000)
committerEdward Thomson <[email protected]>
Mon, 13 Jan 2025 21:23:04 +0000 (13 21:23 +0000)
.github/workflows/benchmark.yml

index 3685461..75305f0 100644 (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