diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42817bf2bf..6f20a4a7d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/script/cpp_benchmark.py b/script/cpp_benchmark.py index e26668a055..d479938845 100755 --- a/script/cpp_benchmark.py +++ b/script/cpp_benchmark.py @@ -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