/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

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
 
23
23
class CheckoutBenchmark(Benchmark):
 
24
    """Benchmarks for ``'bzr checkout'`` performance."""
24
25
 
25
26
    def test_build_kernel_like_tree(self):
26
27
        """Checkout of a clean kernel sized tree should be (<10secs)."""