From 05b6322adac92f364c328a363eb811f285eac7aa Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Sat, 20 Jun 2026 22:19:09 +0200 Subject: [PATCH] refactor(bridge-benches): label chain tabs with full corridor name Each destination chain in the current route set has exactly one source chain, so we can surface the full corridor (Sol to Base, Arb to HyperCore, etc.) in the tab label without changing the underlying dimension (still chain = destination, Prom label intact). User scans the tabs and knows immediately which route each tab represents instead of having to remember the route set. --- benchmarks/bridge-fee.yml | 10 +++++----- benchmarks/bridge-quote-latency.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/benchmarks/bridge-fee.yml b/benchmarks/bridge-fee.yml index e096f421..83764ad3 100644 --- a/benchmarks/bridge-fee.yml +++ b/benchmarks/bridge-fee.yml @@ -18,11 +18,11 @@ unit: pct # obscures more than it reveals. dimensions: chain: - - { value: all, label: All destinations } - - { value: Solana, label: To Solana } - - { value: Base, label: To Base } - - { value: Arbitrum, label: To Arbitrum } - - { value: HyperCore, label: To HyperCore } + - { value: all, label: All routes } + - { value: Base, label: Sol to Base } + - { value: Arbitrum, label: Base to Arb } + - { value: Solana, label: Arb to Sol } + - { value: HyperCore, label: Arb to HyperCore } seo_intro: | This benchmark measures the cheapest cross-chain bridge live, refreshed diff --git a/benchmarks/bridge-quote-latency.yml b/benchmarks/bridge-quote-latency.yml index 48c033d9..ec2aed64 100644 --- a/benchmarks/bridge-quote-latency.yml +++ b/benchmarks/bridge-quote-latency.yml @@ -20,11 +20,11 @@ unit: ms # tab keeps the aggregate view; the per-chain tabs reveal the truth. dimensions: chain: - - { value: all, label: All destinations } - - { value: Solana, label: To Solana } - - { value: Base, label: To Base } - - { value: Arbitrum, label: To Arbitrum } - - { value: HyperCore, label: To HyperCore } + - { value: all, label: All routes } + - { value: Base, label: Sol to Base } + - { value: Arbitrum, label: Base to Arb } + - { value: Solana, label: Arb to Sol } + - { value: HyperCore, label: Arb to HyperCore } seo_intro: | This benchmark measures how fast each cross-chain bridge quote API