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

Function test_commonmark_py

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

Source from the content-addressed store, hash-verified

37
38@pytest.mark.benchmark(group="packages")
39def 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")

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…