(benchmark, spec_text)
| 29 | |
| 30 | @pytest.mark.benchmark(group="packages") |
| 31 | def test_mistune(benchmark, spec_text): |
| 32 | import mistune |
| 33 | |
| 34 | benchmark.extra_info["version"] = mistune.__version__ |
| 35 | benchmark(mistune.markdown, spec_text) |
| 36 | |
| 37 | |
| 38 | @pytest.mark.benchmark(group="packages") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…