{
  "schema": "decacap-public-benchmark-v1",
  "generatedAt": "2026-07-26T10:33:45.494Z",
  "environment": {
    "node": "v24.14.0",
    "platform": "linux",
    "release": "6.12.13",
    "architecture": "x64",
    "note": "Single-process local benchmark. Results describe DecaCap configuration and routing overhead, not provider model quality or network latency."
  },
  "sourceSha256": "dece6fc835a3e8a2338d2d2b719f043fe462af30b6d97c8fd66f6827f1c06d57",
  "methodology": {
    "warmupIterations": 2000,
    "samplesPerCase": 9,
    "timing": "performance.now() monotonic wall-clock",
    "disclosure": "Each throughput result reports median, 5th-percentile, and 95th-percentile operations per second. Re-run on the reader's device before using the values for capacity planning."
  },
  "reports": [
    {
      "slug": "configuration-round-trip-2026-07",
      "title": "Configuration round-trip benchmark",
      "scope": "Serialize, parse, and validate authored 1-box, 5-box, and 10-box DecaCap configurations.",
      "results": [
        {
          "boxes": 1,
          "payloadBytes": 585,
          "serialize": {"label": "1-box serialize", "iterationsPerSample": 30000, "samples": 9, "medianOperationsPerSecond": 310752, "p05OperationsPerSecond": 282138, "p95OperationsPerSecond": 339227},
          "parseAndValidate": {"label": "1-box parse + validate", "iterationsPerSample": 30000, "samples": 9, "medianOperationsPerSecond": 323708, "p05OperationsPerSecond": 213434, "p95OperationsPerSecond": 339759}
        },
        {
          "boxes": 5,
          "payloadBytes": 1558,
          "serialize": {"label": "5-box serialize", "iterationsPerSample": 30000, "samples": 9, "medianOperationsPerSecond": 113644, "p05OperationsPerSecond": 93565, "p95OperationsPerSecond": 129736},
          "parseAndValidate": {"label": "5-box parse + validate", "iterationsPerSample": 30000, "samples": 9, "medianOperationsPerSecond": 113527, "p05OperationsPerSecond": 105187, "p95OperationsPerSecond": 128586}
        },
        {
          "boxes": 10,
          "payloadBytes": 2796,
          "serialize": {"label": "10-box serialize", "iterationsPerSample": 30000, "samples": 9, "medianOperationsPerSecond": 61254, "p05OperationsPerSecond": 57379, "p95OperationsPerSecond": 63960},
          "parseAndValidate": {"label": "10-box parse + validate", "iterationsPerSample": 30000, "samples": 9, "medianOperationsPerSecond": 57515, "p05OperationsPerSecond": 49177, "p95OperationsPerSecond": 69621}
        }
      ]
    },
    {
      "slug": "routing-compiler-2026-07",
      "title": "Solo, Collaboration, and Dual routing compiler benchmark",
      "scope": "Compile the same ten-box board into each supported orchestration topology without provider calls.",
      "results": [
        {
          "mode": "solo",
          "route": [[1], [2], [3], [4], [5], [6], [7], [8], [9], [10]],
          "compile": {"label": "solo route compile", "iterationsPerSample": 100000, "samples": 9, "medianOperationsPerSecond": 1471001, "p05OperationsPerSecond": 901821, "p95OperationsPerSecond": 1845805}
        },
        {
          "mode": "collaboration",
          "route": [[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]],
          "compile": {"label": "collaboration route compile", "iterationsPerSample": 100000, "samples": 9, "medianOperationsPerSecond": 2003367, "p05OperationsPerSecond": 1397964, "p95OperationsPerSecond": 2392036}
        },
        {
          "mode": "dual",
          "route": [[1, 2, 3, 4, 5], [6, 7, 8, 9, 10]],
          "compile": {"label": "dual route compile", "iterationsPerSample": 100000, "samples": 9, "medianOperationsPerSecond": 1544341, "p05OperationsPerSecond": 710567, "p95OperationsPerSecond": 1700956}
        }
      ]
    },
    {
      "slug": "configuration-rejection-2026-07",
      "title": "Invalid-configuration rejection benchmark",
      "scope": "Detect deliberately corrupted box numbers, roles, support roles, and effort levels.",
      "results": {
        "generatedInvalidCases": 10000,
        "rejectedCases": 10000,
        "detectionRate": 1,
        "throughput": {"label": "invalid configuration rejection", "iterationsPerSample": 10000, "samples": 9, "medianOperationsPerSecond": 555628, "p05OperationsPerSecond": 199205, "p95OperationsPerSecond": 649253}
      }
    }
  ]
}
