mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
Fix stale comment in main.cpp, simplify CI binary extraction
This commit is contained in:
@@ -332,8 +332,8 @@ jobs:
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
export BENCHMARK_LIB_CONFIG=$(python script/setup_codspeed_lib.py)
|
||||
script/cpp_benchmark.py --all --build-only 2>&1 | tee /tmp/bench-build.log
|
||||
BINARY=$(tail -1 /tmp/bench-build.log)
|
||||
# --build-only prints the binary path as the last line of stdout
|
||||
BINARY=$(script/cpp_benchmark.py --all --build-only | tail -1)
|
||||
echo "binary=$BINARY" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Run CodSpeed benchmarks
|
||||
|
||||
Reference in New Issue
Block a user