ruff/scripts/benchmarks/setup.sh
2023-04-30 13:39:22 +02:00

7 lines
199 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 crates/ruff/resources/test/cpython --filter=blob:none