From d281743d8e11317d4d6b02978e62f7f4930dc13f Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Wed, 10 Dec 2025 11:24:51 -0800 Subject: [PATCH] Update to pyperformance 1.13 --- bench_runner/benchmark_definitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench_runner/benchmark_definitions.py b/bench_runner/benchmark_definitions.py index 577be50..6ab3976 100644 --- a/bench_runner/benchmark_definitions.py +++ b/bench_runner/benchmark_definitions.py @@ -18,7 +18,7 @@ class BenchmarkRepo: BENCHMARK_REPOS = [ BenchmarkRepo( - "29cd683acc3eddfd878aa87ef52c15aa4a53641e", + "cdbf33bca8216d4636322a7637917a03b0fba945", "https://github.com/python/pyperformance.git", "pyperformance", ),