xnn.common.benchmark.report.write_markdown#

xnn.common.benchmark.report.write_markdown(rows, cols, path)[source]#

Write rows as a GitHub-flavored Markdown table.

Parameters:
  • rows (list of dict) – Result rows.

  • cols (list of str) – Ordered column names.

  • path (str) – Destination file path.

Return type:

None