55:119a07aacb84
Anton Shestakov <av6@dwimlabs.net>, Wed, 18 May 2016 12:06:59 +0800
viewer: drop s(econds) from short timings, use .5f for long timings Maybe even 5 digits after the decimal points is too much for our measure process, but let's try and see.

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')