mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 01:56:01 +00:00
Remove debug logging now that CodSpeed is working
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user