From 763b4d8f71a15212452bb4a41d709a0938a96efd Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 22 Feb 2026 17:08:15 -0500 Subject: [PATCH] typofix --- docs/src/performance.md | 2 +- docs/src/performance.md.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/performance.md b/docs/src/performance.md index ed7e00b0b..ff0cecd87 100644 --- a/docs/src/performance.md +++ b/docs/src/performance.md @@ -80,7 +80,7 @@ $ ls -lh cell_towers.csv* -rw-r--r-- 1 kerl staff 1.2G Feb 22 11:10 cell_towers.csv.gz ``` -First we see that decompression is much cheaper than compression: 10 seconds vs. 2.5 minutes: +First we see that decompression is much cheaper than compression: six seconds vs. three minutes: ``` $ time gunzip < cell_towers.csv.gz > /dev/null diff --git a/docs/src/performance.md.in b/docs/src/performance.md.in index aa4c7e99d..35f02244d 100644 --- a/docs/src/performance.md.in +++ b/docs/src/performance.md.in @@ -64,7 +64,7 @@ $ ls -lh cell_towers.csv* -rw-r--r-- 1 kerl staff 1.2G Feb 22 11:10 cell_towers.csv.gz ``` -First we see that decompression is much cheaper than compression: 10 seconds vs. 2.5 minutes: +First we see that decompression is much cheaper than compression: six seconds vs. three minutes: ``` $ time gunzip < cell_towers.csv.gz > /dev/null