Merge pull request #371 from zestysoft/fix-benchmark-docs

This commit is contained in:
paul-gauthier 2023-11-25 13:19:30 -08:00 committed by GitHub
commit 390c2dcea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ mkdir tmp.benchmarks
git clone git@github.com:exercism/python.git
# Copy the practice exercises into the benchmark scratch dir
cp -rp python/exercises/practice tmp.benchmarks/practice
cp -rp python/exercises/practice tmp.benchmarks/exercism-python
# Build the docker container
./benchmark/docker_build.sh