summaryrefslogtreecommitdiffstats
path: root/seed.sh
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-05-06 21:27:51 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-05-06 21:27:51 +0800
commitde9d82e8074c9b67a04989f9b6be62890b7c95bb (patch)
treea86dc1c0f08cab2033f2ba05e0dc248a4c050b42 /seed.sh
parent819bf74c2841fabdcc481e12e13615d48a92cb7f (diff)
downloadsite-search-bm-master.tar.gz
Run benchmark.HEADmaster
Diffstat (limited to 'seed.sh')
-rwxr-xr-xseed.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/seed.sh b/seed.sh
index f6f817d..bdfe71e 100755
--- a/seed.sh
+++ b/seed.sh
@@ -7,8 +7,7 @@ TOTAL=${1:-500}
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
BASE_DIR="$SCRIPT_DIR/_site/log"
-# Target size: 16000 bytes is ~15.6 KB
-CONTENT_SIZE=16000
+CONTENT_SIZE=8000
# Ensure the target directory exists
mkdir -p "$BASE_DIR"