From e4a911941b575a9dec67936d7e5ffcb5f5461991 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Tue, 10 Mar 2026 09:35:36 +0100 Subject: [PATCH] chore: remove benchmark comment, trigger Docker rebuild + warm cache Removes temporary benchmark comment. Docker changes from previous commit will trigger image rebuilds. This run serves as warm-cache benchmark after cold-cache run completes. Co-Authored-By: Claude Opus 4.6 --- crates/ml/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ml/src/lib.rs b/crates/ml/src/lib.rs index f07d90bb2..20e664eab 100644 --- a/crates/ml/src/lib.rs +++ b/crates/ml/src/lib.rs @@ -1,4 +1,3 @@ -// sccache PVC benchmark: cold vs warm cache #![deny(clippy::unwrap_used, clippy::expect_used)] #![cfg_attr(test, allow(clippy::unwrap_used, clippy::expect_used))] #![allow(dead_code)] // 10 ML model implementations with internal architecture not yet fully wired