summaryrefslogtreecommitdiff
path: root/README.org
blob: 4f8f5ae66a38a6df0ac4cc6036191edf266a2f85 (plain)
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