Update benchmark scripts, use uv (#15120)

This commit is contained in:
Micha Reiser
2024-12-23 11:14:15 +01:00
committed by GitHub
parent 8440f3ea9f
commit dcb85b7088
11 changed files with 335 additions and 601 deletions

View File

@@ -4,4 +4,4 @@
# Setup the CPython repository to enable benchmarking.
###
git clone --branch 3.10 https://github.com/python/cpython.git crates/ruff_linter/resources/test/cpython --filter=blob:none
git clone --branch 3.12 https://github.com/python/cpython.git crates/ruff_linter/resources/test/cpython --filter=blob:none --depth=1