diff --git a/src/lib/removed-benches.ts b/src/lib/removed-benches.ts index 22ddd62d..39d4ef30 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 4d71c19c..4c95c6c3 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",