Document decode harness one-shot mechanism

This commit is contained in:
2026-05-02 06:25:06 +08:00
parent 9e5394b557
commit 6d3459c82d
8 changed files with 185 additions and 4 deletions

View File

@@ -157,7 +157,8 @@
"max_concurrency": 128,
"replay_time_scale": 1.0,
"early_stop_max_lag_s": 180.0,
"early_stop_max_elapsed_s": 1200.0
"early_stop_max_elapsed_s": 1200.0,
"restart_engine_after_early_stop": true
},
"slo": {
"target_pass_rate": 0.95,

View File

@@ -167,7 +167,8 @@
"max_concurrency": 128,
"replay_time_scale": 1.0,
"early_stop_max_lag_s": 180.0,
"early_stop_max_elapsed_s": 1200.0
"early_stop_max_elapsed_s": 1200.0,
"restart_engine_after_early_stop": true
},
"slo": {
"target_pass_rate": 0.95,