(benchmark, spec_text)
| 45 | |
| 46 | @pytest.mark.benchmark(group="packages") |
| 47 | def test_pymarkdown(benchmark, spec_text): |
| 48 | import markdown |
| 49 | |
| 50 | benchmark.extra_info["version"] = markdown.__version__ |
| 51 | benchmark(markdown.markdown, spec_text) |
| 52 | |
| 53 | |
| 54 | @pytest.mark.benchmark(group="packages") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…