From 5164def9544e0071132b31744ce39e581c8432d4 Mon Sep 17 00:00:00 2001 From: Flotapponnier Date: Tue, 15 Sep 2026 01:31:28 +0200 Subject: [PATCH] bench 265: un-gate perp-pf-ratio on dev too, so the worker's sitemap emits it (shipped to prod in #2375) Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01L4rjxemTvgRwrCG6D2iK5D --- src/lib/removed-benches.ts | 6 ------ src/middleware.ts | 1 - 2 files changed, 7 deletions(-) diff --git a/src/lib/removed-benches.ts b/src/lib/removed-benches.ts index 22ddd62dc..39d4ef30e 100644 --- a/src/lib/removed-benches.ts +++ b/src/lib/removed-benches.ts @@ -136,12 +136,6 @@ export const REMOVED_BENCH_SLUGS = new Set([ // removal; a 3-provider bench is not strong enough signal for a // standalone page. Spec kept for carry-forward; 410 on prod. "indexing-freshness", - // perp-pf-ratio (265) held on dev until the perp-token-metrics Railway - // service is redeployed with the valuation gauges (perp_protocol_pf_*, - // mcap, float, OI). Until then the prod Prom has no series and the - // page would render an empty leaderboard. Remove here + bump the - // bench-set cache keys once the harness is live. - "perp-pf-ratio", ]); /** diff --git a/src/middleware.ts b/src/middleware.ts index 4d71c19c8..4c95c6c3a 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -100,7 +100,6 @@ export const config = { "/benchmarks/pm-geographic-access", "/benchmarks/polymarket-resolution-delay", "/benchmarks/indexing-freshness", - "/benchmarks/perp-pf-ratio", "/answers/which-evm-aggregator-has-the-fastest-quote", "/answers/which-solana-rpc-lands-the-most-transactions", "/answers/which-solana-dex-aggregator-is-the-fastest",