{
  "topic": "CSV -> Markdown table conversion throughput (production code path)",
  "measuredAt": "2026-07-13",
  "environment": {
    "machine": "Apple M5 Pro (macOS, Darwin 25.5.0)",
    "node": "v26.3.1",
    "note": "runToolConversion('csv-to-markdown') from lib/tooling.ts (papaparse + remark pipeline), median of 7 warm runs, 5-column synthetic CSV"
  },
  "results": {
    "10000": {
      "rows": 10000,
      "inputBytes": 484585,
      "medianMs": 7,
      "runsMs": [
        7.6,
        7.6,
        7,
        6.4,
        6.6,
        7,
        7.1
      ]
    },
    "50000": {
      "rows": 50000,
      "inputBytes": 2556145,
      "medianMs": 36,
      "runsMs": [
        38.2,
        35.2,
        34.7,
        36,
        43.7,
        37.8,
        35.5
      ]
    },
    "100000": {
      "rows": 100000,
      "inputBytes": 5145595,
      "medianMs": 75.4,
      "runsMs": [
        77.1,
        73.4,
        75.8,
        70.8,
        78.9,
        70.8,
        75.4
      ]
    }
  }
}
