1 diff --git a/pyproject.toml b/pyproject.toml
2 index 1602e32..507048d 100644
5 @@ -72,13 +72,6 @@ filterwarnings = [
9 -# min, max, mean, stddev, median, iqr, outliers, ops, rounds, iterations
11 - '--benchmark-columns', 'min,mean,stddev,outliers,rounds,iterations',
12 - '--benchmark-group-by', 'group',
13 - '--benchmark-warmup', 'on',
14 - '--benchmark-disable', # this is enable by `make benchmark` when you actually want to run benchmarks
18 source = ['pydantic_core']