24
24
class WorkingTreeBenchmark(Benchmark):
26
26
def test_list_files_kernel_like_tree(self):
28
30
self.time(list, tree.list_files())
30
32
def test_list_files_unknown_kernel_like_tree(self):
32
34
tree = WorkingTree.open('.')
33
35
# Bzr only traverses directories if they are versioned
34
36
# So add all the directories, but not the files, yielding