Adds latency build up test.

This commit is contained in:
Pbopbo
2026-03-31 10:53:55 +02:00
parent 5d5a131b77
commit 8d3a144614
2 changed files with 367 additions and 0 deletions

View File

@@ -38,3 +38,8 @@ artifact_detection:
energy_variation:
enabled: true
threshold_db: 6.0 # Energy change threshold in dB between consecutive windows (detects level changes)
latency_buildup:
measurement_interval: 10 # seconds between latency measurements
max_duration: null # maximum test duration in seconds (null = run until canceled)
buildup_threshold_percent: 5.0 # percentage change threshold for buildup detection