89:ba255edcbb21
Anton Shestakov <av6@dwimlabs.net>, Fri, 09 Dec 2016 14:03:55 +0800
bench: skip putting commands into a variable for single use

previous change 1:cb057921cd8c

settings.py

Permissions: -rw-r--r--

Other formats: Feeds:
import os
os.environ['HGPLAIN'] = '1'
rel = lambda *x: os.path.abspath(os.path.join(os.path.dirname(__file__), *x))
DBPATH = rel('data', 'db.sqlite')
HG = rel('data', 'newesthg', 'hg')
LOCKFILE = rel('data', 'bench.lock')
TESTHGREPO = rel('data', 'testhg')
TESTREPO = rel('data', 'testrepo')
# webapp templates
TEMPLATES = rel('templates')