1 2 3 4 5 6 7 8 9 10
* 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} #+END_SRC