refactor: Rename benchmark dir, improve rsync, fix problem stats

This commit is contained in:
Paul Gauthier 2024-12-21 11:09:52 -08:00 committed by Paul Gauthier (aider)
parent a75507980a
commit 4efdc8b4f7
4 changed files with 18 additions and 17 deletions

View file

@ -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")