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
6 changes: 0 additions & 6 deletions src/lib/removed-benches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]);

/**
Expand Down
1 change: 0 additions & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading