Side-by-side performance benchmark visualization comparing multiple implementations.
| Surface | Note |
|---|---|
| Renders as plain table. |
| Field | Type | |
|---|---|---|
| items | array of {label, value}. Benchmark entries. | required |
{
"type": "benchmark_comparison",
"items": [
{
"label": "Item 1"
},
{
"label": "Item 2"
}
]
}
{
"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"
]
}
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 →