1diff --git a/pyproject.toml b/pyproject.toml
2index 1602e32..507048d 100644
3--- a/pyproject.toml
4+++ b/pyproject.toml
5@@ -72,13 +72,6 @@ filterwarnings = [
6 ]
7 timeout = 30
8 xfail_strict = true
9-# min, max, mean, stddev, median, iqr, outliers, ops, rounds, iterations
10-addopts = [
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
15-]
16
17 [tool.coverage.run]
18 source = ['pydantic_core']