diff --git a/benchmarks/test.py b/benchmarks/test.py index b6cd0678..466c8af8 100644 --- a/benchmarks/test.py +++ b/benchmarks/test.py @@ -122,6 +122,7 @@ class TestNestedParametrizedClass: def test_nested_method(self, snapshot, actual): assert snapshot == actual + @pytest.mark.parametrize("x", range(1000)) def test_performance(x, snapshot): assert x == snapshot