def write_markdown(results: list[BenchmarkResult], path: str | Path, metadata: dict) -> None
Write a markdown table of ``results`` with a metadata preamble.
Source: unitrack/benchmarks/hota/report.py:14