From ee62a317c5935e4c5760971dad9bd646ab376684 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Wed, 3 Jun 2026 16:45:02 +0200 Subject: [PATCH] fix(hl-frontends): mark volume and users panels as higher_is_better so ledger sorts descending --- benchmarks/hyperliquid-frontends.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmarks/hyperliquid-frontends.yml b/benchmarks/hyperliquid-frontends.yml index 524723db..ace7ecf0 100644 --- a/benchmarks/hyperliquid-frontends.yml +++ b/benchmarks/hyperliquid-frontends.yml @@ -909,11 +909,13 @@ metric_panels: label: Volume routed metric: hl_frontend_volume_usd_24h_v2 unit: usd + higher_is_better: true description: "Notional USD routed through this frontend in the last 24 hours. Use the chart range tabs (1h, 6h, 24h, 7d, 30d) to see the trend over longer windows." - id: users label: Users 24h metric: hl_frontend_users_24h_v2 unit: count + higher_is_better: true description: "Unique wallets that traded through this frontend in the last 24 hours." - id: effective_fee label: Effective fee bps