Configuration for performance benchmarking.
()
| 310 | |
| 311 | @pytest.fixture |
| 312 | def benchmark_config(): |
| 313 | """Configuration for performance benchmarking.""" |
| 314 | return { |
| 315 | "warmup_runs": 1, |
| 316 | "test_runs": 3, |
| 317 | "timeout": 60, |
| 318 | } |
| 319 | |
| 320 | |
| 321 | @pytest.fixture |
nothing calls this directly
no outgoing calls
no test coverage detected