Files
agentic-pd-hybrid/scripts
Claude Code Agent 19612ff3a3 feat(experiments): parameterize TIME_SCALE in E4-pressured sweep
The third_party SWE-Bench trace uses real wall-clock timestamps
(5.44h span, p50 inter-turn 2.53s). With --time-scale 1 the sweep
mirrors the original timeline, taking 5.44h. TIME_SCALE env var
lets us compress (e.g. 10 → 33min, 60 → 5.5min) for tighter
iteration; defaults to 1 for realistic comparison.

Usage:
  TIME_SCALE=10 bash scripts/sweep_e4_pressured.sh
  TIME_SCALE=60 bash scripts/sweep_e4_pressured.sh
2026-05-13 14:22:13 +08:00
..