We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed015c commit e93fbd9Copy full SHA for e93fbd9
src/pytest_codspeed/instruments/walltime.py
@@ -299,7 +299,7 @@ def _measure_pedantic_iter( # noqa: C901
299
pedantic_options: PedanticOptions[object],
300
name: str,
301
uri: str,
302
- ) -> Iterator[None]:
+ ) -> Iterator[int, tuple[Any], dict[str, Any]]:
303
benchmark_config = BenchmarkConfig.from_codspeed_config_and_marker_data(
304
self.config, marker_options
305
)
0 commit comments