~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_osutils.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-25 08:29:08 UTC
  • mfrom: (2940.1.2 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071025082908-abn3kunrb2ivdvth
renaming of experimental pack formats to include knitpack in their name (Ian Clatworthy)

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
33
32
        def dowalk():
34
33
            for dirblock in osutils.walkdirs('.'):
35
34
                if dirblock[0][1] == '.bzr':