diff --git a/benchmark/README.md b/benchmark/README.md index 5da85e5cc..51663ca0e 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -138,13 +138,13 @@ This way the `model`, `edit_format` and `commit_hash` should be enough to reliably reproduce any benchmark run. You can see examples of the benchmark report yaml in the -[aider leaderboard data files](https://github.com/paul-gauthier/aider/blob/main/website/_data/). +[aider leaderboard data files](https://github.com/paul-gauthier/aider/blob/main/aider/website/_data/). ## Limitations, notes - Benchmarking all 133 exercises against Claude 3.5 Sonnet will cost about $4. - Contributions of benchmark results are welcome! Submit results by opening a PR with edits to the -[benchmark results data files](https://github.com/paul-gauthier/aider/blob/main/website/_data/). +[aider leaderboard data files](https://github.com/paul-gauthier/aider/blob/main/aider/website/_data/). - These scripts are not intended for use by typical aider end users. - Some of these tools are written as `bash` scripts, so it will be hard to use them on Windows.