chore: Rename exercism dir to polyglot-benchmark

This commit is contained in:
Paul Gauthier 2024-12-27 16:33:04 -04:00 committed by Paul Gauthier (aider)
parent 1467a673b9
commit 188e1f788d

View file

@ -31,7 +31,7 @@ from aider.io import InputOutput
BENCHMARK_DNAME = Path(os.environ.get("AIDER_BENCHMARK_DIR", "tmp.benchmarks"))
EXERCISES_DIR_DEFAULT = "exercism-python"
EXERCISES_DIR_DEFAULT = "polyglot-benchmark"
app = typer.Typer(add_completion=False, pretty_exceptions_enable=False)