From 21228254fdea02534f4c13d4d1962530252d2da0 Mon Sep 17 00:00:00 2001 From: VariableThe <149247391+VariableThe@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:52:11 +0530 Subject: [PATCH] Update OS version in performance audit documentation --- PERFORMANCE_AUDIT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PERFORMANCE_AUDIT.md b/PERFORMANCE_AUDIT.md index e697cc3..4878b1d 100644 --- a/PERFORMANCE_AUDIT.md +++ b/PERFORMANCE_AUDIT.md @@ -17,7 +17,7 @@ This document details the performance improvements made in V0.4.0. The primary g ## 2. Testing Methodology & Environment *To ensure reproducibility, all metrics were captured under the following conditions:* - **Hardware:** MacBook Air M4, 16GB RAM (Baseline mid-tier dev machine). -- **OS:** macOS 14.0. +- **OS:** macOS 15.7.5 - **Dataset:** Workspace containing 500 markdown notes, averaging 2KB each. - **Tooling:** Chromium DevTools (Performance & Memory tabs), Electron `process.memoryUsage()`, and custom `performance.mark()` IPC timers.