Move benchmark scripts into benchmarks/ subdir

- benchmarks/run_benchmark.py (was run_benchmark.py)
- benchmarks/run_voice_benchmark.py (was run_voice_benchmark.py)
- Scripts use Path(__file__).parent so paths resolve correctly in subdir
- .gitignore updated: ignore benchmarks/benchmark.json,
  results_latest.json, voice_results*.json, voice_audio/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alvis
2026-03-24 02:02:46 +00:00
parent ab68bba935
commit bd951f943f
3 changed files with 4 additions and 2 deletions

6
.gitignore vendored
View File

@@ -2,5 +2,7 @@ __pycache__/
*.pyc
logs/*.jsonl
adolf_tuning_data/voice_audio/
benchmark.json
results_latest.json
benchmarks/benchmark.json
benchmarks/results_latest.json
benchmarks/voice_results*.json
benchmarks/voice_audio/