ruff/scripts/benchmarks/setup.sh
2023-01-16 01:38:58 -05:00

7 lines
168 B
Bash
Executable file

#!/usr/bin/env sh
###
# Setup the CPython repository to enable benchmarking.
###
git clone --branch 3.10 https://github.com/python/cpython.git resources/test/cpython