Benchmark Comparison

Side-by-side performance benchmark visualization comparing multiple implementations.

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
emailRenders as plain table.
Fields
FieldType
itemsarray of {label, value}. Benchmark entries.required
Example payload
{
  "type": "benchmark_comparison",
  "items": [
    {
      "label": "Item 1"
    },
    {
      "label": "Item 2"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:benchmark_comparison",
  "displayName": "Benchmark Comparison",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/benchmark_comparison",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Side-by-side performance benchmark visualization comparing multiple implementations.",
  "representativeQueries": [
    "show a side-by-side performance benchmark comparison bars",
    "side-by-side performance benchmark visualization comparing multiple implementations.",
    "render a benchmark comparison"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →