From f3315ecb340f9dae77bf817709d9ca6869e3b429 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Thu, 25 Jun 2026 13:47:54 +0530 Subject: [PATCH] ci(mariadb): un-wire warm-bench (no measurable gain) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Measured A/B on the self-hosted setup: warm-bench restore 85s vs full bench init 82s — no gain (slightly slower). bench init is already fast because the uv/pip caches are mounted warm, so the cache only replaces a ~13s init while adding a ~200MB untar and still running bench build. Drop BENCH_CACHE_DIR so warm-bench stays inert (the helper functions remain, matching develop's install.sh). --- .github/workflows/server-tests-mariadb.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 680639ab6ea..5c417fb9137 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -106,7 +106,6 @@ jobs: WKHTMLTOX_DEB: /tmp/wkhtmltox.deb SKIP_SYSTEM_SETUP: "1" SKIP_WKHTMLTOX_SETUP: "1" - BENCH_CACHE_DIR: /opt/ci-bench-staging/base-cache # Clean shutdown (consistent InnoDB datadir), then stage it inside the bench for packaging. - name: Stop DB and stage datadir