Skip to content

Commit 9af0f72

Browse files
authored
Update README.md
1 parent 7dc6b7d commit 9af0f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ First, [install Aider with CEDARScript](#installation);
5050

5151
Then, 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),
5454
which 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
6060
Finally, 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.
6767
pip 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 \

0 commit comments

Comments
 (0)