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