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