We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b3b98 commit 1f5d7cfCopy full SHA for 1f5d7cf
1 file changed
src/pytest_codspeed/instruments/analysis.py
@@ -41,7 +41,7 @@ def __init__(self, config: CodSpeedConfig, mode: MeasurementMode) -> None:
41
42
def get_instrument_config_str_and_warns(self) -> tuple[str, list[str]]:
43
config = (
44
- f"instrument: {self.mode.value}, "
+ f"mode: {self.mode.value}, "
45
f"callgraph: {'enabled' if SUPPORTS_PERF_TRAMPOLINE else 'not supported'}"
46
)
47
warns = []
0 commit comments