/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/__init__.py

  • Committer: Robert Collins
  • Date: 2006-05-22 09:17:55 UTC
  • mto: (1721.1.2 integration)
  • mto: This revision was merged to the branch mainline in revision 1723.
  • Revision ID: robertc@robertcollins.net-20060522091755-ce8d5afb417ab26f
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
class Benchmark(ExternalBase):
24
24
 
25
 
    def make_kernel_tree(self):
 
25
    def make_kernel_like_tree(self):
26
26
        """Setup a temporary tree roughly like a kernel tree."""
27
27
        # a kernel tree has ~10000 and 500 directory, with most files around 
28
28
        # 3-4 levels deep.