File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ First, [install Aider with CEDARScript](#installation);
5050
5151Then, follow the [ ** benchmark setup instructions** ] ( https://github.com/Aider-AI/aider/blob/main/benchmark/README.md#setup-for-benchmarking ) once.
5252
53- Following that , install the [ ` refactor-benchmark ` ] ( https://github.com/Aider-AI/refactor-benchmark/tree/main#benchmark-details ) ,
53+ Then , install the [ ` refactor-benchmark ` ] ( https://github.com/Aider-AI/refactor-benchmark/tree/main#benchmark-details ) ,
5454which will perform refactorings on a _ non-trivial_ amount of code found in fairly ** large** files:
5555``` shell
5656( cd tmp.benchmarks && git clone https://github.com/Aider-AI/refactor-benchmark.git )
@@ -60,14 +60,14 @@ which will perform refactorings on a _non-trivial_ amount of code found in fairl
6060Finally, for every new benchmark you want to run:
6161``` shell
6262# Launch the docker container
63- ./ benchmark/docker.sh
63+ benchmark/docker.sh
6464
6565# Inside the container, install aider as a development build.
6666# This way you're running the code that you cloned above, including any local changes.
6767pip install -e .
6868
6969# ##
70- ./ benchmark/benchmark.py gemini-flash-cedarscript-version-refactor \
70+ benchmark/benchmark.py gemini-flash-cedarscript-version-refactor \
7171--model gemini/gemini-1.5-flash-latest \
7272--edit-format cedarscript \
7373--exercises-dir refactor-benchmark \
You can’t perform that action at this time.
0 commit comments