MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / test_markdown_it_py

Function test_markdown_it_py

benchmarking/bench_packages.py:13–18  ·  view source on GitHub ↗
(benchmark, spec_text)

Source from the content-addressed store, hash-verified

11
12@pytest.mark.benchmark(group="packages")
13def test_markdown_it_py(benchmark, spec_text):
14 import markdown_it
15
16 parser = markdown_it.MarkdownIt("commonmark")
17 benchmark.extra_info["version"] = markdown_it.__version__
18 benchmark(parser.render, spec_text)
19
20
21@pytest.mark.benchmark(group="packages")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…