File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ First, [install Aider with CEDARScript](#installation);
50
50
51
51
Then, follow the [ ** benchmark setup instructions** ] ( https://github.com/Aider-AI/aider/blob/main/benchmark/README.md#setup-for-benchmarking ) once.
52
52
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 ) ,
54
54
which will perform refactorings on a _ non-trivial_ amount of code found in fairly ** large** files:
55
55
``` shell
56
56
( 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
60
60
Finally, for every new benchmark you want to run:
61
61
``` shell
62
62
# Launch the docker container
63
- ./ benchmark/docker.sh
63
+ benchmark/docker.sh
64
64
65
65
# Inside the container, install aider as a development build.
66
66
# This way you're running the code that you cloned above, including any local changes.
67
67
pip install -e .
68
68
69
69
# ##
70
- ./ benchmark/benchmark.py gemini-flash-cedarscript-version-refactor \
70
+ benchmark/benchmark.py gemini-flash-cedarscript-version-refactor \
71
71
--model gemini/gemini-1.5-flash-latest \
72
72
--edit-format cedarscript \
73
73
--exercises-dir refactor-benchmark \
You can’t perform that action at this time.
0 commit comments