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 9e1d888 commit d71761aCopy full SHA for d71761a
packages/testing/src/execution_testing/cli/pytest_commands/plugins/shared/benchmarking.py
@@ -114,6 +114,7 @@ def pytest_generate_tests(metafunc: pytest.Metafunc) -> None:
114
)
115
116
if "fixed_opcode_count" in metafunc.fixturenames:
117
+ # Only parametrize if test has repricing marker
118
if fixed_opcode_counts:
119
opcode_counts = [
120
int(x.strip()) for x in fixed_opcode_counts.split(",")
0 commit comments