sapling/contrib/benchmarks
Yuya Nishihara 1d44bd2bbb ui: factor out ui.load() to create a ui without loading configs (API)
This allows us to write doctests depending on a ui object, but not on global
configs.

ui.load() is a class method so we can do wsgiui.load(). All ui() calls but
for doctests are replaced with ui.load(). Some of them could be changed to
not load configs later.
2016-10-22 14:35:10 +09:00
..
__init__.py ui: factor out ui.load() to create a ui without loading configs (API) 2016-10-22 14:35:10 +09:00
perf.py perf: add asv benchmarks 2016-09-29 10:16:34 +02:00
revset.py perf: add asv benchmarks 2016-09-29 10:16:34 +02:00