Skip to content
Merged
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
4 changes: 4 additions & 0 deletions src/lib/removed-benches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ export const DEV_ONLY_BENCH_SLUGS = new Set([
// main yet; its sitemap entry 404'd the prod smoke gate and rolled back
// the bench 265 deploy (#2375). Remove when 266 ships to prod.
"perp-daily-volume",
// fiat-onramp-cost (262) goes live on dev on 2026-09-15 (#2317 + headline
// switch); not on main until the cohort has more than two keyed
// providers. Remove when 262 ships to prod.
"fiat-onramp-cost",
]);

export const REMOVED_BENCH_SLUGS = new Set([
Expand Down
Loading