diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |