Files
colibri/c
Benny Powers 3045b35cdd bench: default --data to the XDG/LocalAppData cache dir instead of the repo tree (#190)
Benchmark datasets are downloaded artifacts, not source files. Store them
under $XDG_CACHE_HOME/colibri/bench (~/.cache/colibri/bench) on Linux/macOS
and %LOCALAPPDATA%\colibri\bench on Windows instead of polluting the source
tree at c/bench/.

fetch_benchmarks.py already calls os.makedirs(out, exist_ok=True), so the
new cache path is created on first use.

Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-07-14 18:18:49 +02:00
..