Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions benchmarks/bridge-fee.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
10 changes: 5 additions & 5 deletions benchmarks/bridge-quote-latency.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
Loading