{
  "measuredAt": "2026-08-20T18:21:16.512Z",
  "environment": {
    "node": "v26.7.0",
    "esbuild": "0.28.2",
    "hono": "4.13.3",
    "ittyRouter": "5.0.24"
  },
  "buildOptions": {
    "bundle": true,
    "minify": true,
    "format": "esm",
    "platform": "browser",
    "target": [
      "es2022"
    ],
    "treeShaking": true,
    "legalComments": "none",
    "gzipLevel": 9
  },
  "contract": [
    {
      "name": "health",
      "status": 200,
      "body": {
        "ok": true
      }
    },
    {
      "name": "param",
      "status": 200,
      "body": {
        "id": "alice smith"
      }
    },
    {
      "name": "json-body",
      "status": 200,
      "body": {
        "value": {
          "answer": 42
        }
      }
    },
    {
      "name": "not-found",
      "status": 404,
      "body": {
        "error": "Not found"
      }
    }
  ],
  "results": [
    {
      "id": "raw",
      "label": "Raw Worker",
      "bytes": 394,
      "gzipBytes": 284,
      "contract": [
        {
          "name": "health",
          "passed": true
        },
        {
          "name": "param",
          "passed": true
        },
        {
          "name": "json-body",
          "passed": true
        },
        {
          "name": "not-found",
          "passed": true
        }
      ],
      "overheadBytes": 0,
      "overheadGzipBytes": 0,
      "relativeToRawGzip": 1
    },
    {
      "id": "itty-router",
      "label": "itty-router",
      "bytes": 1579,
      "gzipBytes": 851,
      "contract": [
        {
          "name": "health",
          "passed": true
        },
        {
          "name": "param",
          "passed": true
        },
        {
          "name": "json-body",
          "passed": true
        },
        {
          "name": "not-found",
          "passed": true
        }
      ],
      "overheadBytes": 1185,
      "overheadGzipBytes": 567,
      "relativeToRawGzip": 2.996
    },
    {
      "id": "hono",
      "label": "Hono",
      "bytes": 18825,
      "gzipBytes": 7808,
      "contract": [
        {
          "name": "health",
          "passed": true
        },
        {
          "name": "param",
          "passed": true
        },
        {
          "name": "json-body",
          "passed": true
        },
        {
          "name": "not-found",
          "passed": true
        }
      ],
      "overheadBytes": 18431,
      "overheadGzipBytes": 7524,
      "relativeToRawGzip": 27.493
    }
  ]
}
