From 60133578815a3611ad0871c3f79b8b0185e0585c Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 14 Sep 2025 20:54:49 -0400 Subject: change the benchmark executable to slurp keys from the database instead of stdin --- README.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 4f8f5ae..3773bae 100644 --- a/README.org +++ b/README.org @@ -1,10 +1,8 @@ * how to use First create the test database with ~scripts/mkdb.py~. -The benchmark executable reads keys from stdin. - An example run of the benchmark: #+BEGIN_SRC_BASH -sqlite3 "${database}" "select kv.key from kv" | shuf | bench ${database} +bench ${database} ${limit:-10000} ${seed:-${RANDOM}} #+END_SRC -- cgit v1.2.3