(benchmark, spec_text)
| 37 | |
| 38 | @pytest.mark.benchmark(group="packages") |
| 39 | def test_commonmark_py(benchmark, spec_text): |
| 40 | import commonmark |
| 41 | |
| 42 | benchmark.extra_info["version"] = "0.9.1" |
| 43 | benchmark(commonmark.commonmark, spec_text) |
| 44 | |
| 45 | |
| 46 | @pytest.mark.benchmark(group="packages") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…