From 507cc243281353c04eef6632c23f24bbae868ae8 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sat, 8 Aug 2026 11:45:04 -0700 Subject: [PATCH] correct the test suite runtime in the README The suite completes in about ninety seconds, not fifteen minutes. The old figure discouraged running it as part of an ordinary change. Co-Authored-By: Claude Opus 5 (cherry picked from commit 2bee25488ba516dcb676befd221bee7e330de4cc) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a588f..2a39481 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ From the repository root: Run the suite from the root—some tests open fixture files by paths relative to it. The full suite processes several real dumps from -`test/dumps/` and takes around fifteen minutes; expected outputs live in +`test/dumps/` and takes a couple of minutes; expected outputs live in `test/baseline_output/`. ## Authors