From 1226b70effaf38675f32bf2f14f171194345c38d Mon Sep 17 00:00:00 2001 From: Robert M1 <50460704+githubrobbi@users.noreply.github.com> Date: Sat, 27 Jun 2026 07:06:16 -0700 Subject: [PATCH] docs(readme): canonicalize benchmark blog link to uffs.io The site migrated from skyllc-ai.github.io to the canonical uffs.io domain (old URL now 301-redirects). Point the benchmark story link at uffs.io directly. Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcb1b08c8..46cb484d5 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Every clip runs the **real binary** against real NTFS data with unedited timings ## Benchmark snapshot (v0.5.120 ยท June 2026) -๐Ÿ“– **The story behind these numbers:** [*I benchmarked my Rust file search engine against Everything until I ran out of excuses*](https://skyllc-ai.github.io/blog/benchmarking-against-everything/) โ€” the methodology I had to fix first, the bulk-export workload Everything's CLI can't run, and the two regressions published anyway. +๐Ÿ“– **The story behind these numbers:** [*I benchmarked my Rust file search engine against Everything until I ran out of excuses*](https://uffs.io/blog/benchmarking-against-everything/) โ€” the methodology I had to fix first, the bulk-export workload Everything's CLI can't run, and the two regressions published anyway. Measured 2026-06-11 on AMD Ryzen 9 3900XT, 64 GB RAM, Windows 11 Pro 24H2 โ€” cross-tool on four NTFS volumes (C/D/F/G, 12.8 M records, the Everything-RAM-budget-negotiated set), full-scan on all seven (25.9 M records; that workload is UFFS-only, so the negotiation doesn't constrain it). Raw data: [`cross-tool-summary.csv`](docs/benchmarks/raw/2026-06-v0.5.120_cross-tool-summary.csv) ยท [`full-scan-all-drives.csv`](docs/benchmarks/raw/2026-06-v0.5.120_full-scan-all-drives.csv). Publication-grade report: [**docs/benchmarks/**](docs/benchmarks/).