From 8b9a7f328ffc72d42de5aeab4f1171dad7fed21f Mon Sep 17 00:00:00 2001 From: Automated Publisher Date: Sat, 3 Jan 2026 06:57:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Auto-publish:=20Add/update=202?= =?UTF-8?q?=20blog=20posts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated on: Sat Jan 3 06:57:12 UTC 2026 Source: md-personal repository --- content/posts/debugging-authentik-performance.md | 8 ++++---- content/posts/technical-deep-dive-llm-categorization.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/posts/debugging-authentik-performance.md b/content/posts/debugging-authentik-performance.md index 800a025..22d7d69 100644 --- a/content/posts/debugging-authentik-performance.md +++ b/content/posts/debugging-authentik-performance.md @@ -98,10 +98,10 @@ spec: I re-ran the benchmark with `synchronous_commit = off`. -| Metric | Before (`sync=on`) | After (`sync=off`) | Improvement | -|--------|-------------------|-------------------|-------------| -| Sequential (Avg) | ~4.8s | **0.40s** | **12x Faster** | -| Parallel (Wall) | ~10.5s | **2.45s** | **4x Faster** | +| Metric | Before (`sync=on`) | After (`sync=off`) | Improvement | +| -------------------------- | ------------------ | ------------------ | -------------- | +| Sequential x8 stream (Avg) | ~4.8s | **0.40s** | **12x Faster** | +| Parallel x8 stream (Wall) | ~10.5s | **2.45s** | **4x Faster** | The latency vanished. The login became instant. diff --git a/content/posts/technical-deep-dive-llm-categorization.md b/content/posts/technical-deep-dive-llm-categorization.md index a9b2537..9770251 100644 --- a/content/posts/technical-deep-dive-llm-categorization.md +++ b/content/posts/technical-deep-dive-llm-categorization.md @@ -1,5 +1,5 @@ --- -title: "From Gemini-3-Flash to T5-Gemma-2 A Journey in Distilling a Family Finance LLM" +title: "From Gemini-3-Flash to T5-Gemma-2: A Journey in Distilling a Family Finance LLM" date: 2025-12-27 draft: false ---