From 188e1f788db5c4b6d2b1bbd72cb0edefe3ba5da9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 27 Dec 2024 16:33:04 -0400 Subject: [PATCH] chore: Rename exercism dir to polyglot-benchmark --- benchmark/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 5edb3b53d..7105403c8 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -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)