/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_checkout.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:
19
19
from bzrlib.benchmarks import Benchmark
20
20
 
21
21
 
22
 
class Checkout(Benchmark):
 
22
class CheckoutBenchmark(Benchmark):
23
23
 
24
24
    def test_build_kernel_like_tree(self):
25
25
        """Checkout of a clean kernel sized tree should be (<10secs)."""