From baafecd0b292d022e3d6d6778669e8d15e7176e0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 16 Mar 2026 21:50:04 -1000 Subject: [PATCH] Enable CodSpeed debug logging to diagnose 0 benchmarks issue --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f20a4a7d24..42817bf2bfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -338,6 +338,8 @@ jobs: - name: Run CodSpeed benchmarks uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537 # v4 + env: + CODSPEED_LOG: debug with: run: ${{ steps.build.outputs.binary }} token: ${{ secrets.CODSPEED_TOKEN }}