Skip to content

Commit b6f4dbe

Browse files
committed
fix: update benchmark expected diagnostic count
1 parent 6937115 commit b6f4dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff_benchmark/benches/ty_walltime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static FREQTRADE: std::sync::LazyLock<Benchmark<'static>> = std::sync::LazyLock:
142142
max_dep_date: "2025-06-17",
143143
python_version: PythonVersion::PY312,
144144
},
145-
400,
145+
600,
146146
)
147147
});
148148

0 commit comments

Comments
 (0)