~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/__init__.py

[merge] Performance tweaking for 'bzr status'

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                   'bzrlib.benchmarks.bench_commit',
50
50
                   'bzrlib.benchmarks.bench_status',
51
51
                   'bzrlib.benchmarks.bench_transform',
 
52
                   'bzrlib.benchmarks.bench_workingtree',
52
53
                   ]
53
54
    return TestLoader().loadTestsFromModuleNames(testmod_names)