# The directory containing the txcache checkout
SRCDIR = "/home/drkp/sandbox/txcache"
# The directory to use on the remote node
DESTDIR = "/tmp/txbench"
# The local directory in which to store results
RESULTDIR = "/home/drkp/sandbox/txcache/results2"

# Install directory of modified Postgres
TXPG = "/home/drkp/sandbox/txcache/pg"
# Install directory of stock Postgres
STOCKPG = None
