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