Remove debug logging now that CodSpeed is working

This commit is contained in:
J. Nick Koston
2026-03-16 21:59:36 -10:00
parent f7d4b437d0
commit 6b88820400
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -338,8 +338,6 @@ jobs:
- name: Run CodSpeed benchmarks
uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537 # v4
env:
CODSPEED_LOG: debug
with:
run: ${{ steps.build.outputs.binary }}
token: ${{ secrets.CODSPEED_TOKEN }}
-3
View File
@@ -61,9 +61,6 @@ def run_benchmarks(selected_components: list[str], build_only: bool = False) ->
**PLATFORMIO_OPTIONS,
"build_flags": PLATFORMIO_OPTIONS["build_flags"] + codspeed_flags,
}
print(f"CodSpeed library: {lib_config['lib_path']}", file=sys.stderr)
print(f"CodSpeed build flags: {codspeed_flags}", file=sys.stderr)
print(f"PlatformIO options: {pio_options}", file=sys.stderr)
else:
benchmark_lib = PLATFORMIO_GOOGLE_BENCHMARK_LIB