23
23
class CheckoutBenchmark(Benchmark):
26
25
def test_build_kernel_like_tree(self):
27
26
"""Checkout of a clean kernel sized tree should be (<10secs)."""
28
27
self.make_kernel_like_committed_tree(link_bzr=True)
29
self.time(self.run_bzr, ['checkout', '--lightweight', '.', 'acheckout'])
28
self.time(self.run_bzr, 'checkout', '--lightweight', '.', 'acheckout')