summaryrefslogtreecommitdiff
path: root/README.org
blob: 0a4609e70a5981e83d3aa04e595783a100c26c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
* 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