From bd9184b2dca0f8dce40f36f612af17c3e0923140 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Thu, 16 Jul 2026 00:42:00 +0200 Subject: [PATCH] =?UTF-8?q?bump=20cache=20keys=20past=20main=20lineage=20(?= =?UTF-8?q?v36/v39/v27)=20=E2=80=94=20purges=20the=20poisoned=20all-benchm?= =?UTF-8?q?arks=20aggregate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/spec.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/spec.ts b/src/lib/spec.ts index 5a1df680a..939268468 100644 --- a/src/lib/spec.ts +++ b/src/lib/spec.ts @@ -285,7 +285,7 @@ const loadBenchmarkUnfilteredCached = unstable_cache( // step grid the chart back-computes timestamps from. // v28: bench vague 2 ships 081-085 (ws-head-latency, oracle-freshness, // rpc-reliability, indexer-latency, evm-block-builders). Bench SET changed. - ["bench-unfiltered-v29", process.env.VERCEL_ENV === "production" ? "prod" : "all"], + ["bench-unfiltered-v36", process.env.VERCEL_ENV === "production" ? "prod" : "all"], { revalidate: 300, tags: ["benchmarks"] }, ); @@ -441,7 +441,7 @@ const loadAllBenchmarksCached = unstable_cache( // v29: bumped with bench-unfiltered-v26 (monad-rpc + megaeth-rpc ship). // v30: bumped with bench-unfiltered-v27 (dense series with nulls). // v31: bumped with bench-unfiltered-v28 (bench vague 2, 081-085). - ["all-benchmarks-v32", process.env.VERCEL_ENV === "production" ? "prod" : "all"], + ["all-benchmarks-v39", process.env.VERCEL_ENV === "production" ? "prod" : "all"], { revalidate: 300, tags: ["benchmarks"] }, ); export const loadAllBenchmarks = cache(loadAllBenchmarksCached); @@ -521,7 +521,7 @@ const loadBenchmarkFiltered = unstable_cache( // v17: bumped with the monad-rpc + megaeth-rpc ship (lockstep rule). // v18: bumped with bench-unfiltered-v27 (dense series with nulls). // v19: bumped with bench-unfiltered-v28 (bench vague 2, 081-085). - ["bench-filters-v20", process.env.VERCEL_ENV === "production" ? "prod" : "all"], + ["bench-filters-v27", process.env.VERCEL_ENV === "production" ? "prod" : "all"], { revalidate: 300, tags: ["benchmarks"] } );