summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 1 insertions, 3 deletions
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