<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Load-Testing on DRM HSE</title><link>https://www.drmhse.com/tags/load-testing/</link><description>Recent content in Load-Testing on DRM HSE</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 16 Jul 2026 00:14:33 +0300</lastBuildDate><atom:link href="https://www.drmhse.com/tags/load-testing/index.xml" rel="self" type="application/rss+xml"/><item><title>What 10,000 Virtual Users Exposed in My Rust and SQLite SSO Service</title><link>https://www.drmhse.com/posts/rust-sqlite-sso-self-hosted/</link><pubDate>Fri, 03 Oct 2025 05:20:09 +0000</pubDate><guid>https://www.drmhse.com/posts/rust-sqlite-sso-self-hosted/</guid><description>&lt;p>I wanted to know where a small authentication service would break before I gave it more infrastructure.&lt;/p>
&lt;p>The service was a Rust and &lt;a href="https://github.com/tokio-rs/axum"target="_blank" rel="noopener noreferrer" class="external-link">Axum&lt;svg class="inline-block w-3 h-3 ml-0.5 align-baseline" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
 &lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14">&lt;/path>
 &lt;/svg>
&lt;/a> monolith backed by one &lt;a href="https://www.sqlite.org/index.html"target="_blank" rel="noopener noreferrer" class="external-link">SQLite&lt;svg class="inline-block w-3 h-3 ml-0.5 align-baseline" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
 &lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14">&lt;/path>
 &lt;/svg>
&lt;/a> database in &lt;a href="https://www.sqlite.org/wal.html"target="_blank" rel="noopener noreferrer" class="external-link">write-ahead log (WAL) mode&lt;svg class="inline-block w-3 h-3 ml-0.5 align-baseline" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
 &lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14">&lt;/path>
 &lt;/svg>
&lt;/a>. It handled Single Sign-On for several products, including the OAuth 2.0 Device Authorization Grant used by CLI and desktop clients.&lt;/p></description></item></channel></rss>