/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_osutils.py

  • Committer: Ian Clatworthy
  • Date: 2008-12-15 06:18:29 UTC
  • mfrom: (3905 +trunk)
  • mto: (3586.1.23 views-ui)
  • mto: This revision was merged to the branch mainline in revision 4030.
  • Revision ID: ian.clatworthy@canonical.com-20081215061829-c8qwa93g71u9fsh5
merge bzr.dev 3905

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        self.make_kernel_like_tree(link_working=True)
30
30
        # on roberts machine: this originally took:  157ms/4177ms
31
31
        # plain os.walk takes 213ms on this tree
 
32
        # with the pyrex readdir module:              77ms/5423ms
32
33
        def dowalk():
33
34
            for dirblock in osutils.walkdirs('.'):
34
35
                if dirblock[0][1] == '.bzr':