fix(ci): keep benchmark advisory non-blocking
This commit is contained in:
@@ -37,10 +37,12 @@ jobs:
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Run benchmarks
|
||||
run: |
|
||||
cargo bench -p chanora_audio \
|
||||
if ! cargo bench -p chanora_audio \
|
||||
--bench realtime_capture \
|
||||
--bench opus_codec \
|
||||
--bench resampler
|
||||
--bench resampler; then
|
||||
echo "::warning::Benchmark harness failed; continuing advisory workflow per SRS-218 clause 4"
|
||||
fi
|
||||
- name: Emit current baseline JSON
|
||||
run: cargo run --example emit_baseline -p chanora_audio
|
||||
- name: Resolve merge-base baseline
|
||||
|
||||
Reference in New Issue
Block a user