fix benchmark

This commit is contained in:
Alex Waygood 2025-11-24 13:42:49 +00:00
parent 67a54e6b9a
commit bff97d0579
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ static STATIC_FRAME: Benchmark = Benchmark::new(
max_dep_date: "2025-08-09", max_dep_date: "2025-08-09",
python_version: PythonVersion::PY311, python_version: PythonVersion::PY311,
}, },
900, 950,
); );
#[track_caller] #[track_caller]