From a32617911a36998d2ad88ee7bafcd7c9e01720f1 Mon Sep 17 00:00:00 2001 From: Jonathan Plasse <13716151+JonathanPlasse@users.noreply.github.com> Date: Sun, 30 Apr 2023 13:39:22 +0200 Subject: [PATCH] Use --filter=blob:none to clone CPython faster (#4156) --- scripts/benchmarks/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/benchmarks/setup.sh b/scripts/benchmarks/setup.sh index 209d1af547..7024ab9a7d 100755 --- a/scripts/benchmarks/setup.sh +++ b/scripts/benchmarks/setup.sh @@ -4,4 +4,4 @@ # Setup the CPython repository to enable benchmarking. ### -git clone --branch 3.10 https://github.com/python/cpython.git crates/ruff/resources/test/cpython +git clone --branch 3.10 https://github.com/python/cpython.git crates/ruff/resources/test/cpython --filter=blob:none