mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
refactor: Rename benchmark dir, improve rsync, fix problem stats
This commit is contained in:
parent
a75507980a
commit
4efdc8b4f7
4 changed files with 18 additions and 17 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Create directories if they don't exist
|
||||
mkdir -p tmp.benchmark/exercism
|
||||
mkdir -p tmp.benchmarks/exercism
|
||||
|
||||
# Change to the exercism directory
|
||||
cd tmp.benchmark/exercism
|
||||
cd tmp.benchmarks/exercism
|
||||
|
||||
# List of languages to clone
|
||||
languages=("cpp" "go" "java" "javascript" "python" "rust")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue