We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd794f commit 2351156Copy full SHA for 2351156
1 file changed
src/pytest_codspeed/instruments/analysis.py
@@ -91,10 +91,9 @@ def measure_pedantic(
91
uri: str,
92
) -> T:
93
if pedantic_options.rounds != 1 or pedantic_options.iterations != 1:
94
- # FIXME: Use the real instrument here
95
warnings.warn(
96
- "Analysis instrument ignores rounds and iterations settings "
97
- "in pedantic mode"
+ f"{self.mode.value.capitalize()} instrument ignores rounds and "
+ "iterations settings in pedantic mode"
98
)
99
if not self.instrument_hooks:
100
args, kwargs = pedantic_options.setup_and_get_args_kwargs()
0 commit comments